Package Bio :: Package Restriction :: Module Restriction_Dictionary
[hide private]
[frames] | no frames]

Source Code for Module Bio.Restriction.Restriction_Dictionary

    1  #!/usr/bin/env python 
    2  #      Copyright (C) 2004. Frederic Sohm. 
    3  # 
    4  # This code is part of the Biopython distribution and governed by its 
    5  # license.  Please see the LICENSE file that should have been included 
    6  # as part of this package. 
    7  # 
    8  # This file is automatically generated - do not edit it by hand! Instead, 
    9  # use the tool Scripts/Restriction/ranacompiler.py which in turn uses 
   10  # Scripts/Restriction/rebase_update.py and Bio/Restriction/RanaConfig.py 
   11  """Restriction Analysis Libraries. 
   12   
   13  The following dictionaries used to be defined in one go, but that does 
   14  not work on Jython due to JVM limitations. Therefore we break this up 
   15  into steps, using temporary functions to avoid the JVM limits. 
   16   
   17  Used REBASE emboss files version 908 (2019). 
   18   
   19  """ 
   20  rest_dict = {} 
   21   
   22   
23 -def _temp():
24 return { 25 "charac": (3, -3, None, None, "TTATAA"), 26 "compsite": "(?=(?P<AanI>TTATAA))", 27 "dna": None, 28 "freq": 4096.0, 29 "fst3": -3, 30 "fst5": 3, 31 "inact_temp": 65, 32 "opt_temp": 37, 33 "ovhg": 0, 34 "ovhgseq": "", 35 "results": None, 36 "scd3": None, 37 "scd5": None, 38 "site": "TTATAA", 39 "size": 6, 40 "substrat": "DNA", 41 "suppl": ("B",), 42 }
43 44 45 rest_dict["AanI"] = _temp() 46 47
48 -def _temp():
49 return { 50 "charac": (11, 8, None, None, "CACCTGC"), 51 "compsite": "(?=(?P<AarI>CACCTGC))|(?=(?P<AarI_as>GCAGGTG))", 52 "dna": None, 53 "freq": 16384.0, 54 "fst3": 8, 55 "fst5": 11, 56 "inact_temp": 65, 57 "opt_temp": 37, 58 "ovhg": -4, 59 "ovhgseq": "NNNN", 60 "results": None, 61 "scd3": None, 62 "scd5": None, 63 "site": "CACCTGC", 64 "size": 7, 65 "substrat": "DNA", 66 "suppl": ("B",), 67 }
68 69 70 rest_dict["AarI"] = _temp() 71 72
73 -def _temp():
74 return { 75 "charac": (7, -7, None, None, "GACNNNNNNGTC"), 76 "compsite": "(?=(?P<AasI>GAC......GTC))", 77 "dna": None, 78 "freq": 4096.0, 79 "fst3": -7, 80 "fst5": 7, 81 "inact_temp": 65, 82 "opt_temp": 37, 83 "ovhg": 2, 84 "ovhgseq": "NN", 85 "results": None, 86 "scd3": None, 87 "scd5": None, 88 "site": "GACNNNNNNGTC", 89 "size": 12, 90 "substrat": "DNA", 91 "suppl": ("B",), 92 }
93 94 95 rest_dict["AasI"] = _temp() 96 97
98 -def _temp():
99 return { 100 "charac": (5, -5, None, None, "GACGTC"), 101 "compsite": "(?=(?P<AatII>GACGTC))", 102 "dna": None, 103 "freq": 4096.0, 104 "fst3": -5, 105 "fst5": 5, 106 "inact_temp": 65, 107 "opt_temp": 37, 108 "ovhg": 4, 109 "ovhgseq": "ACGT", 110 "results": None, 111 "scd3": None, 112 "scd5": None, 113 "site": "GACGTC", 114 "size": 6, 115 "substrat": "DNA", 116 "suppl": ("B", "I", "K", "M", "N", "V"), 117 }
118 119 120 rest_dict["AatII"] = _temp() 121 122
123 -def _temp():
124 return { 125 "charac": (None, None, None, None, "CRRTAAG"), 126 "compsite": "(?=(?P<Aba6411II>C[AG][AG]TAAG))|(?=(?P<Aba6411II_as>CTTA[CT][CT]G))", 127 "dna": None, 128 "freq": 4096.0, 129 "fst3": None, 130 "fst5": None, 131 "inact_temp": 65, 132 "opt_temp": 37, 133 "ovhg": None, 134 "ovhgseq": None, 135 "results": None, 136 "scd3": None, 137 "scd5": None, 138 "site": "CRRTAAG", 139 "size": 7, 140 "substrat": "DNA", 141 "suppl": (), 142 }
143 144 145 rest_dict["Aba6411II"] = _temp() 146 147
148 -def _temp():
149 return { 150 "charac": (None, None, None, None, "CATTAG"), 151 "compsite": "(?=(?P<AbaB8342IV>CATTAG))|(?=(?P<AbaB8342IV_as>CTAATG))", 152 "dna": None, 153 "freq": 4096.0, 154 "fst3": None, 155 "fst5": None, 156 "inact_temp": 65, 157 "opt_temp": 37, 158 "ovhg": None, 159 "ovhgseq": None, 160 "results": None, 161 "scd3": None, 162 "scd5": None, 163 "site": "CATTAG", 164 "size": 6, 165 "substrat": "DNA", 166 "suppl": (), 167 }
168 169 170 rest_dict["AbaB8342IV"] = _temp() 171 172
173 -def _temp():
174 return { 175 "charac": (None, None, None, None, "CTATCAV"), 176 "compsite": "(?=(?P<AbaCIII>CTATCA[ACG]))|(?=(?P<AbaCIII_as>[CGT]TGATAG))", 177 "dna": None, 178 "freq": 5461.333333333333, 179 "fst3": None, 180 "fst5": None, 181 "inact_temp": 65, 182 "opt_temp": 37, 183 "ovhg": None, 184 "ovhgseq": None, 185 "results": None, 186 "scd3": None, 187 "scd5": None, 188 "site": "CTATCAV", 189 "size": 7, 190 "substrat": "DNA", 191 "suppl": (), 192 }
193 194 195 rest_dict["AbaCIII"] = _temp() 196 197
198 -def _temp():
199 return { 200 "charac": (12, 9, None, None, "C"), 201 "compsite": "(?=(?P<AbaSI>C))|(?=(?P<AbaSI_as>G))", 202 "dna": None, 203 "freq": 4.0, 204 "fst3": 9, 205 "fst5": 12, 206 "inact_temp": 65, 207 "opt_temp": 37, 208 "ovhg": 2, 209 "ovhgseq": "NN", 210 "results": None, 211 "scd3": None, 212 "scd5": None, 213 "site": "C", 214 "size": 1, 215 "substrat": "DNA", 216 "suppl": ("N",), 217 }
218 219 220 rest_dict["AbaSI"] = _temp() 221 222
223 -def _temp():
224 return { 225 "charac": (None, None, None, None, "YCCGSS"), 226 "compsite": "(?=(?P<AbaUMB2I>[CT]CCG[CG][CG]))|(?=(?P<AbaUMB2I_as>[CG][CG]CGG[AG]))", 227 "dna": None, 228 "freq": 512.0, 229 "fst3": None, 230 "fst5": None, 231 "inact_temp": 65, 232 "opt_temp": 37, 233 "ovhg": None, 234 "ovhgseq": None, 235 "results": None, 236 "scd3": None, 237 "scd5": None, 238 "site": "YCCGSS", 239 "size": 6, 240 "substrat": "DNA", 241 "suppl": (), 242 }
243 244 245 rest_dict["AbaUMB2I"] = _temp() 246 247
248 -def _temp():
249 return { 250 "charac": (2, -2, None, None, "CCTCGAGG"), 251 "compsite": "(?=(?P<AbsI>CCTCGAGG))", 252 "dna": None, 253 "freq": 65536.0, 254 "fst3": -2, 255 "fst5": 2, 256 "inact_temp": 65, 257 "opt_temp": 37, 258 "ovhg": -4, 259 "ovhgseq": "TCGA", 260 "results": None, 261 "scd3": None, 262 "scd5": None, 263 "site": "CCTCGAGG", 264 "size": 8, 265 "substrat": "DNA", 266 "suppl": ("I",), 267 }
268 269 270 rest_dict["AbsI"] = _temp() 271 272
273 -def _temp():
274 return { 275 "charac": (3, -3, None, None, "TGCGCA"), 276 "compsite": "(?=(?P<Acc16I>TGCGCA))", 277 "dna": None, 278 "freq": 4096.0, 279 "fst3": -3, 280 "fst5": 3, 281 "inact_temp": 65, 282 "opt_temp": 37, 283 "ovhg": 0, 284 "ovhgseq": "", 285 "results": None, 286 "scd3": None, 287 "scd5": None, 288 "site": "TGCGCA", 289 "size": 6, 290 "substrat": "DNA", 291 "suppl": ("I", "V"), 292 }
293 294 295 rest_dict["Acc16I"] = _temp() 296 297
298 -def _temp():
299 return { 300 "charac": (10, 8, None, None, "ACCTGC"), 301 "compsite": "(?=(?P<Acc36I>ACCTGC))|(?=(?P<Acc36I_as>GCAGGT))", 302 "dna": None, 303 "freq": 4096.0, 304 "fst3": 8, 305 "fst5": 10, 306 "inact_temp": 65, 307 "opt_temp": 37, 308 "ovhg": -4, 309 "ovhgseq": "NNNN", 310 "results": None, 311 "scd3": None, 312 "scd5": None, 313 "site": "ACCTGC", 314 "size": 6, 315 "substrat": "DNA", 316 "suppl": ("I",), 317 }
318 319 320 rest_dict["Acc36I"] = _temp() 321 322
323 -def _temp():
324 return { 325 "charac": (1, -1, None, None, "GGTACC"), 326 "compsite": "(?=(?P<Acc65I>GGTACC))", 327 "dna": None, 328 "freq": 4096.0, 329 "fst3": -1, 330 "fst5": 1, 331 "inact_temp": 65, 332 "opt_temp": 37, 333 "ovhg": -4, 334 "ovhgseq": "GTAC", 335 "results": None, 336 "scd3": None, 337 "scd5": None, 338 "site": "GGTACC", 339 "size": 6, 340 "substrat": "DNA", 341 "suppl": ("B", "I", "N", "V"), 342 }
343 344 345 rest_dict["Acc65I"] = _temp() 346 347
348 -def _temp():
349 return { 350 "charac": (None, None, None, None, "GACGCA"), 351 "compsite": "(?=(?P<Acc65V>GACGCA))|(?=(?P<Acc65V_as>TGCGTC))", 352 "dna": None, 353 "freq": 4096.0, 354 "fst3": None, 355 "fst5": None, 356 "inact_temp": 65, 357 "opt_temp": 37, 358 "ovhg": None, 359 "ovhgseq": None, 360 "results": None, 361 "scd3": None, 362 "scd5": None, 363 "site": "GACGCA", 364 "size": 6, 365 "substrat": "DNA", 366 "suppl": (), 367 }
368 369 370 rest_dict["Acc65V"] = _temp() 371 372
373 -def _temp():
374 return { 375 "charac": (1, -1, None, None, "GGYRCC"), 376 "compsite": "(?=(?P<AccB1I>GG[CT][AG]CC))", 377 "dna": None, 378 "freq": 1024.0, 379 "fst3": -1, 380 "fst5": 1, 381 "inact_temp": 65, 382 "opt_temp": 37, 383 "ovhg": -4, 384 "ovhgseq": "GYRC", 385 "results": None, 386 "scd3": None, 387 "scd5": None, 388 "site": "GGYRCC", 389 "size": 6, 390 "substrat": "DNA", 391 "suppl": ("I", "V"), 392 }
393 394 395 rest_dict["AccB1I"] = _temp() 396 397
398 -def _temp():
399 return { 400 "charac": (7, -7, None, None, "CCANNNNNTGG"), 401 "compsite": "(?=(?P<AccB7I>CCA.....TGG))", 402 "dna": None, 403 "freq": 4096.0, 404 "fst3": -7, 405 "fst5": 7, 406 "inact_temp": 65, 407 "opt_temp": 37, 408 "ovhg": 3, 409 "ovhgseq": "NNN", 410 "results": None, 411 "scd3": None, 412 "scd5": None, 413 "site": "CCANNNNNTGG", 414 "size": 11, 415 "substrat": "DNA", 416 "suppl": ("I", "V"), 417 }
418 419 420 rest_dict["AccB7I"] = _temp() 421 422
423 -def _temp():
424 return { 425 "charac": (3, -3, None, None, "CCGCTC"), 426 "compsite": "(?=(?P<AccBSI>CCGCTC))|(?=(?P<AccBSI_as>GAGCGG))", 427 "dna": None, 428 "freq": 4096.0, 429 "fst3": -3, 430 "fst5": 3, 431 "inact_temp": 65, 432 "opt_temp": 37, 433 "ovhg": 0, 434 "ovhgseq": "", 435 "results": None, 436 "scd3": None, 437 "scd5": None, 438 "site": "CCGCTC", 439 "size": 6, 440 "substrat": "DNA", 441 "suppl": ("I", "V"), 442 }
443 444 445 rest_dict["AccBSI"] = _temp() 446 447
448 -def _temp():
449 return { 450 "charac": (2, -2, None, None, "GTMKAC"), 451 "compsite": "(?=(?P<AccI>GT[AC][GT]AC))", 452 "dna": None, 453 "freq": 1024.0, 454 "fst3": -2, 455 "fst5": 2, 456 "inact_temp": 65, 457 "opt_temp": 37, 458 "ovhg": -2, 459 "ovhgseq": "MK", 460 "results": None, 461 "scd3": None, 462 "scd5": None, 463 "site": "GTMKAC", 464 "size": 6, 465 "substrat": "DNA", 466 "suppl": ("B", "J", "K", "M", "N", "Q", "R", "X"), 467 }
468 469 470 rest_dict["AccI"] = _temp() 471 472
473 -def _temp():
474 return { 475 "charac": (2, -2, None, None, "CGCG"), 476 "compsite": "(?=(?P<AccII>CGCG))", 477 "dna": None, 478 "freq": 256.0, 479 "fst3": -2, 480 "fst5": 2, 481 "inact_temp": 65, 482 "opt_temp": 37, 483 "ovhg": 0, 484 "ovhgseq": "", 485 "results": None, 486 "scd3": None, 487 "scd5": None, 488 "site": "CGCG", 489 "size": 4, 490 "substrat": "DNA", 491 "suppl": ("J", "K"), 492 }
493 494 495 rest_dict["AccII"] = _temp() 496 497
498 -def _temp():
499 return { 500 "charac": (1, -1, None, None, "TCCGGA"), 501 "compsite": "(?=(?P<AccIII>TCCGGA))", 502 "dna": None, 503 "freq": 4096.0, 504 "fst3": -1, 505 "fst5": 1, 506 "inact_temp": 65, 507 "opt_temp": 37, 508 "ovhg": -4, 509 "ovhgseq": "CCGG", 510 "results": None, 511 "scd3": None, 512 "scd5": None, 513 "site": "TCCGGA", 514 "size": 6, 515 "substrat": "DNA", 516 "suppl": ("J", "K", "R"), 517 }
518 519 520 rest_dict["AccIII"] = _temp() 521 522
523 -def _temp():
524 return { 525 "charac": (13, 11, None, None, "CAGCTC"), 526 "compsite": "(?=(?P<AceIII>CAGCTC))|(?=(?P<AceIII_as>GAGCTG))", 527 "dna": None, 528 "freq": 4096.0, 529 "fst3": 11, 530 "fst5": 13, 531 "inact_temp": 65, 532 "opt_temp": 37, 533 "ovhg": -4, 534 "ovhgseq": "NNNN", 535 "results": None, 536 "scd3": None, 537 "scd5": None, 538 "site": "CAGCTC", 539 "size": 6, 540 "substrat": "DNA", 541 "suppl": (), 542 }
543 544 545 rest_dict["AceIII"] = _temp() 546 547
548 -def _temp():
549 return { 550 "charac": (None, None, None, None, "AGCCAG"), 551 "compsite": "(?=(?P<AchA6III>AGCCAG))|(?=(?P<AchA6III_as>CTGGCT))", 552 "dna": None, 553 "freq": 4096.0, 554 "fst3": None, 555 "fst5": None, 556 "inact_temp": 65, 557 "opt_temp": 37, 558 "ovhg": None, 559 "ovhgseq": None, 560 "results": None, 561 "scd3": None, 562 "scd5": None, 563 "site": "AGCCAG", 564 "size": 6, 565 "substrat": "DNA", 566 "suppl": (), 567 }
568 569 570 rest_dict["AchA6III"] = _temp() 571 572
573 -def _temp():
574 return { 575 "charac": (1, -1, None, None, "CCGC"), 576 "compsite": "(?=(?P<AciI>CCGC))|(?=(?P<AciI_as>GCGG))", 577 "dna": None, 578 "freq": 256.0, 579 "fst3": -1, 580 "fst5": 1, 581 "inact_temp": 65, 582 "opt_temp": 37, 583 "ovhg": -2, 584 "ovhgseq": "CG", 585 "results": None, 586 "scd3": None, 587 "scd5": None, 588 "site": "CCGC", 589 "size": 4, 590 "substrat": "DNA", 591 "suppl": ("N",), 592 }
593 594 595 rest_dict["AciI"] = _temp() 596 597
598 -def _temp():
599 return { 600 "charac": (2, -2, None, None, "AACGTT"), 601 "compsite": "(?=(?P<AclI>AACGTT))", 602 "dna": None, 603 "freq": 4096.0, 604 "fst3": -2, 605 "fst5": 2, 606 "inact_temp": 65, 607 "opt_temp": 37, 608 "ovhg": -2, 609 "ovhgseq": "CG", 610 "results": None, 611 "scd3": None, 612 "scd5": None, 613 "site": "AACGTT", 614 "size": 6, 615 "substrat": "DNA", 616 "suppl": ("I", "N", "V"), 617 }
618 619 620 rest_dict["AclI"] = _temp() 621 622
623 -def _temp():
624 return { 625 "charac": (9, 5, None, None, "GGATC"), 626 "compsite": "(?=(?P<AclWI>GGATC))|(?=(?P<AclWI_as>GATCC))", 627 "dna": None, 628 "freq": 1024.0, 629 "fst3": 5, 630 "fst5": 9, 631 "inact_temp": 65, 632 "opt_temp": 37, 633 "ovhg": -1, 634 "ovhgseq": "N", 635 "results": None, 636 "scd3": None, 637 "scd5": None, 638 "site": "GGATC", 639 "size": 5, 640 "substrat": "DNA", 641 "suppl": ("I",), 642 }
643 644 645 rest_dict["AclWI"] = _temp() 646 647
648 -def _temp():
649 return { 650 "charac": (None, None, None, None, "CCRGAG"), 651 "compsite": "(?=(?P<Aco12261II>CC[AG]GAG))|(?=(?P<Aco12261II_as>CTC[CT]GG))", 652 "dna": None, 653 "freq": 2048.0, 654 "fst3": None, 655 "fst5": None, 656 "inact_temp": 65, 657 "opt_temp": 37, 658 "ovhg": None, 659 "ovhgseq": None, 660 "results": None, 661 "scd3": None, 662 "scd5": None, 663 "site": "CCRGAG", 664 "size": 6, 665 "substrat": "DNA", 666 "suppl": (), 667 }
668 669 670 rest_dict["Aco12261II"] = _temp() 671 672
673 -def _temp():
674 return { 675 "charac": (1, -1, None, None, "YGGCCR"), 676 "compsite": "(?=(?P<AcoI>[CT]GGCC[AG]))", 677 "dna": None, 678 "freq": 1024.0, 679 "fst3": -1, 680 "fst5": 1, 681 "inact_temp": 65, 682 "opt_temp": 37, 683 "ovhg": -4, 684 "ovhgseq": "GGCC", 685 "results": None, 686 "scd3": None, 687 "scd5": None, 688 "site": "YGGCCR", 689 "size": 6, 690 "substrat": "DNA", 691 "suppl": ("I",), 692 }
693 694 695 rest_dict["AcoI"] = _temp() 696 697
698 -def _temp():
699 return { 700 "charac": (None, None, None, None, "TAGCRAB"), 701 "compsite": "(?=(?P<AcoY31II>TAGC[AG]A[CGT]))|(?=(?P<AcoY31II_as>[ACG]T[CT]GCTA))", 702 "dna": None, 703 "freq": 2730.6666666666665, 704 "fst3": None, 705 "fst5": None, 706 "inact_temp": 65, 707 "opt_temp": 37, 708 "ovhg": None, 709 "ovhgseq": None, 710 "results": None, 711 "scd3": None, 712 "scd5": None, 713 "site": "TAGCRAB", 714 "size": 7, 715 "substrat": "DNA", 716 "suppl": (), 717 }
718 719 720 rest_dict["AcoY31II"] = _temp() 721 722
723 -def _temp():
724 return { 725 "charac": (1, -1, None, None, "RAATTY"), 726 "compsite": "(?=(?P<AcsI>[AG]AATT[CT]))", 727 "dna": None, 728 "freq": 1024.0, 729 "fst3": -1, 730 "fst5": 1, 731 "inact_temp": 65, 732 "opt_temp": 37, 733 "ovhg": -4, 734 "ovhgseq": "AATT", 735 "results": None, 736 "scd3": None, 737 "scd5": None, 738 "site": "RAATTY", 739 "size": 6, 740 "substrat": "DNA", 741 "suppl": ("I", "V"), 742 }
743 744 745 rest_dict["AcsI"] = _temp() 746 747
748 -def _temp():
749 return { 750 "charac": (22, 14, None, None, "CTGAAG"), 751 "compsite": "(?=(?P<AcuI>CTGAAG))|(?=(?P<AcuI_as>CTTCAG))", 752 "dna": None, 753 "freq": 4096.0, 754 "fst3": 14, 755 "fst5": 22, 756 "inact_temp": 65, 757 "opt_temp": 37, 758 "ovhg": 2, 759 "ovhgseq": "NN", 760 "results": None, 761 "scd3": None, 762 "scd5": None, 763 "site": "CTGAAG", 764 "size": 6, 765 "substrat": "DNA", 766 "suppl": ("I", "N"), 767 }
768 769 770 rest_dict["AcuI"] = _temp() 771 772
773 -def _temp():
774 return { 775 "charac": (3, -3, None, None, "CACGTG"), 776 "compsite": "(?=(?P<AcvI>CACGTG))", 777 "dna": None, 778 "freq": 4096.0, 779 "fst3": -3, 780 "fst5": 3, 781 "inact_temp": 65, 782 "opt_temp": 37, 783 "ovhg": 0, 784 "ovhgseq": "", 785 "results": None, 786 "scd3": None, 787 "scd5": None, 788 "site": "CACGTG", 789 "size": 6, 790 "substrat": "DNA", 791 "suppl": ("Q", "X"), 792 }
793 794 795 rest_dict["AcvI"] = _temp() 796 797
798 -def _temp():
799 return { 800 "charac": (2, -2, None, None, "GRCGYC"), 801 "compsite": "(?=(?P<AcyI>G[AG]CG[CT]C))", 802 "dna": None, 803 "freq": 1024.0, 804 "fst3": -2, 805 "fst5": 2, 806 "inact_temp": 65, 807 "opt_temp": 37, 808 "ovhg": -2, 809 "ovhgseq": "CG", 810 "results": None, 811 "scd3": None, 812 "scd5": None, 813 "site": "GRCGYC", 814 "size": 6, 815 "substrat": "DNA", 816 "suppl": ("J",), 817 }
818 819 820 rest_dict["AcyI"] = _temp() 821 822
823 -def _temp():
824 return { 825 "charac": (6, -6, None, None, "CACNNNGTG"), 826 "compsite": "(?=(?P<AdeI>CAC...GTG))", 827 "dna": None, 828 "freq": 4096.0, 829 "fst3": -6, 830 "fst5": 6, 831 "inact_temp": 65, 832 "opt_temp": 37, 833 "ovhg": 3, 834 "ovhgseq": "NNN", 835 "results": None, 836 "scd3": None, 837 "scd5": None, 838 "site": "CACNNNGTG", 839 "size": 9, 840 "substrat": "DNA", 841 "suppl": ("B",), 842 }
843 844 845 rest_dict["AdeI"] = _temp() 846 847
848 -def _temp():
849 return { 850 "charac": (None, None, None, None, "GAANCAG"), 851 "compsite": "(?=(?P<Adh6U21I>GAA.CAG))|(?=(?P<Adh6U21I_as>CTG.TTC))", 852 "dna": None, 853 "freq": 4096.0, 854 "fst3": None, 855 "fst5": None, 856 "inact_temp": 65, 857 "opt_temp": 37, 858 "ovhg": None, 859 "ovhgseq": None, 860 "results": None, 861 "scd3": None, 862 "scd5": None, 863 "site": "GAANCAG", 864 "size": 7, 865 "substrat": "DNA", 866 "suppl": (), 867 }
868 869 870 rest_dict["Adh6U21I"] = _temp() 871 872
873 -def _temp():
874 return { 875 "charac": (2, -2, None, None, "GTAC"), 876 "compsite": "(?=(?P<AfaI>GTAC))", 877 "dna": None, 878 "freq": 256.0, 879 "fst3": -2, 880 "fst5": 2, 881 "inact_temp": 65, 882 "opt_temp": 37, 883 "ovhg": 0, 884 "ovhgseq": "", 885 "results": None, 886 "scd3": None, 887 "scd5": None, 888 "site": "GTAC", 889 "size": 4, 890 "substrat": "DNA", 891 "suppl": ("B", "K"), 892 }
893 894 895 rest_dict["AfaI"] = _temp() 896 897
898 -def _temp():
899 return { 900 "charac": (3, -3, None, None, "AGCGCT"), 901 "compsite": "(?=(?P<AfeI>AGCGCT))", 902 "dna": None, 903 "freq": 4096.0, 904 "fst3": -3, 905 "fst5": 3, 906 "inact_temp": 65, 907 "opt_temp": 37, 908 "ovhg": 0, 909 "ovhgseq": "", 910 "results": None, 911 "scd3": None, 912 "scd5": None, 913 "site": "AGCGCT", 914 "size": 6, 915 "substrat": "DNA", 916 "suppl": ("I", "N"), 917 }
918 919 920 rest_dict["AfeI"] = _temp() 921 922
923 -def _temp():
924 return { 925 "charac": (7, -7, None, None, "CCNNNNNNNGG"), 926 "compsite": "(?=(?P<AfiI>CC.......GG))", 927 "dna": None, 928 "freq": 256.0, 929 "fst3": -7, 930 "fst5": 7, 931 "inact_temp": 65, 932 "opt_temp": 37, 933 "ovhg": 3, 934 "ovhgseq": "NNN", 935 "results": None, 936 "scd3": None, 937 "scd5": None, 938 "site": "CCNNNNNNNGG", 939 "size": 11, 940 "substrat": "DNA", 941 "suppl": ("V",), 942 }
943 944 945 rest_dict["AfiI"] = _temp() 946 947
948 -def _temp():
949 return { 950 "charac": (1, -1, None, None, "CTTAAG"), 951 "compsite": "(?=(?P<AflII>CTTAAG))", 952 "dna": None, 953 "freq": 4096.0, 954 "fst3": -1, 955 "fst5": 1, 956 "inact_temp": 65, 957 "opt_temp": 37, 958 "ovhg": -4, 959 "ovhgseq": "TTAA", 960 "results": None, 961 "scd3": None, 962 "scd5": None, 963 "site": "CTTAAG", 964 "size": 6, 965 "substrat": "DNA", 966 "suppl": ("J", "K", "N"), 967 }
968 969 970 rest_dict["AflII"] = _temp() 971 972
973 -def _temp():
974 return { 975 "charac": (1, -1, None, None, "ACRYGT"), 976 "compsite": "(?=(?P<AflIII>AC[AG][CT]GT))", 977 "dna": None, 978 "freq": 1024.0, 979 "fst3": -1, 980 "fst5": 1, 981 "inact_temp": 65, 982 "opt_temp": 37, 983 "ovhg": -4, 984 "ovhgseq": "CRYG", 985 "results": None, 986 "scd3": None, 987 "scd5": None, 988 "site": "ACRYGT", 989 "size": 6, 990 "substrat": "DNA", 991 "suppl": ("M", "N", "S"), 992 }
993 994 995 rest_dict["AflIII"] = _temp() 996 997
998 -def _temp():
999 return { 1000 "charac": (1, -1, None, None, "ACCGGT"), 1001 "compsite": "(?=(?P<AgeI>ACCGGT))", 1002 "dna": None, 1003 "freq": 4096.0, 1004 "fst3": -1, 1005 "fst5": 1, 1006 "inact_temp": 65, 1007 "opt_temp": 37, 1008 "ovhg": -4, 1009 "ovhgseq": "CCGG", 1010 "results": None, 1011 "scd3": None, 1012 "scd5": None, 1013 "site": "ACCGGT", 1014 "size": 6, 1015 "substrat": "DNA", 1016 "suppl": ("J", "N", "R"), 1017 }
1018 1019 1020 rest_dict["AgeI"] = _temp() 1021 1022
1023 -def _temp():
1024 return { 1025 "charac": (3, -3, None, None, "TTSAA"), 1026 "compsite": "(?=(?P<AgsI>TT[CG]AA))", 1027 "dna": None, 1028 "freq": 512.0, 1029 "fst3": -3, 1030 "fst5": 3, 1031 "inact_temp": 65, 1032 "opt_temp": 37, 1033 "ovhg": 1, 1034 "ovhgseq": "S", 1035 "results": None, 1036 "scd3": None, 1037 "scd5": None, 1038 "site": "TTSAA", 1039 "size": 5, 1040 "substrat": "DNA", 1041 "suppl": ("I",), 1042 }
1043 1044 1045 rest_dict["AgsI"] = _temp() 1046 1047
1048 -def _temp():
1049 return { 1050 "charac": (3, -3, None, None, "TTTAAA"), 1051 "compsite": "(?=(?P<AhaIII>TTTAAA))", 1052 "dna": None, 1053 "freq": 4096.0, 1054 "fst3": -3, 1055 "fst5": 3, 1056 "inact_temp": 65, 1057 "opt_temp": 37, 1058 "ovhg": 0, 1059 "ovhgseq": "", 1060 "results": None, 1061 "scd3": None, 1062 "scd5": None, 1063 "site": "TTTAAA", 1064 "size": 6, 1065 "substrat": "DNA", 1066 "suppl": (), 1067 }
1068 1069 1070 rest_dict["AhaIII"] = _temp() 1071 1072
1073 -def _temp():
1074 return { 1075 "charac": (6, -6, None, None, "GACNNNNNGTC"), 1076 "compsite": "(?=(?P<AhdI>GAC.....GTC))", 1077 "dna": None, 1078 "freq": 4096.0, 1079 "fst3": -6, 1080 "fst5": 6, 1081 "inact_temp": 65, 1082 "opt_temp": 37, 1083 "ovhg": 1, 1084 "ovhgseq": "N", 1085 "results": None, 1086 "scd3": None, 1087 "scd5": None, 1088 "site": "GACNNNNNGTC", 1089 "size": 11, 1090 "substrat": "DNA", 1091 "suppl": ("N",), 1092 }
1093 1094 1095 rest_dict["AhdI"] = _temp() 1096 1097
1098 -def _temp():
1099 return { 1100 "charac": (1, -1, None, None, "ACTAGT"), 1101 "compsite": "(?=(?P<AhlI>ACTAGT))", 1102 "dna": None, 1103 "freq": 4096.0, 1104 "fst3": -1, 1105 "fst5": 1, 1106 "inact_temp": 65, 1107 "opt_temp": 37, 1108 "ovhg": -4, 1109 "ovhgseq": "CTAG", 1110 "results": None, 1111 "scd3": None, 1112 "scd5": None, 1113 "site": "ACTAGT", 1114 "size": 6, 1115 "substrat": "DNA", 1116 "suppl": ("I", "V"), 1117 }
1118 1119 1120 rest_dict["AhlI"] = _temp() 1121 1122
1123 -def _temp():
1124 return { 1125 "charac": (None, None, None, None, "GCYYGAC"), 1126 "compsite": "(?=(?P<AhyRBAHI>GC[CT][CT]GAC))|(?=(?P<AhyRBAHI_as>GTC[AG][AG]GC))", 1127 "dna": None, 1128 "freq": 4096.0, 1129 "fst3": None, 1130 "fst5": None, 1131 "inact_temp": 65, 1132 "opt_temp": 37, 1133 "ovhg": None, 1134 "ovhgseq": None, 1135 "results": None, 1136 "scd3": None, 1137 "scd5": None, 1138 "site": "GCYYGAC", 1139 "size": 7, 1140 "substrat": "DNA", 1141 "suppl": (), 1142 }
1143 1144 1145 rest_dict["AhyRBAHI"] = _temp() 1146 1147
1148 -def _temp():
1149 return { 1150 "charac": (None, None, None, None, "YAAMGAG"), 1151 "compsite": "(?=(?P<AhyYL17I>[CT]AA[AC]GAG))|(?=(?P<AhyYL17I_as>CTC[GT]TT[AG]))", 1152 "dna": None, 1153 "freq": 4096.0, 1154 "fst3": None, 1155 "fst5": None, 1156 "inact_temp": 65, 1157 "opt_temp": 37, 1158 "ovhg": None, 1159 "ovhgseq": None, 1160 "results": None, 1161 "scd3": None, 1162 "scd5": None, 1163 "site": "YAAMGAG", 1164 "size": 7, 1165 "substrat": "DNA", 1166 "suppl": (), 1167 }
1168 1169 1170 rest_dict["AhyYL17I"] = _temp() 1171 1172
1173 -def _temp():
1174 return { 1175 "charac": (3, -3, None, None, "CACGTC"), 1176 "compsite": "(?=(?P<AjiI>CACGTC))|(?=(?P<AjiI_as>GACGTG))", 1177 "dna": None, 1178 "freq": 4096.0, 1179 "fst3": -3, 1180 "fst5": 3, 1181 "inact_temp": 65, 1182 "opt_temp": 37, 1183 "ovhg": 0, 1184 "ovhgseq": "", 1185 "results": None, 1186 "scd3": None, 1187 "scd5": None, 1188 "site": "CACGTC", 1189 "size": 6, 1190 "substrat": "DNA", 1191 "suppl": ("B",), 1192 }
1193 1194 1195 rest_dict["AjiI"] = _temp() 1196 1197
1198 -def _temp():
1199 return { 1200 "charac": (0, 0, None, None, "CCWGG"), 1201 "compsite": "(?=(?P<AjnI>CC[AT]GG))", 1202 "dna": None, 1203 "freq": 512.0, 1204 "fst3": 0, 1205 "fst5": 0, 1206 "inact_temp": 65, 1207 "opt_temp": 37, 1208 "ovhg": -5, 1209 "ovhgseq": "CCWGG", 1210 "results": None, 1211 "scd3": None, 1212 "scd5": None, 1213 "site": "CCWGG", 1214 "size": 5, 1215 "substrat": "DNA", 1216 "suppl": ("I",), 1217 }
1218 1219 1220 rest_dict["AjnI"] = _temp() 1221 1222
1223 -def _temp():
1224 return { 1225 "charac": (-7, -26, 25, 6, "GAANNNNNNNTTGG"), 1226 "compsite": "(?=(?P<AjuI>GAA.......TTGG))|(?=(?P<AjuI_as>CCAA.......TTC))", 1227 "dna": None, 1228 "freq": 16384.0, 1229 "fst3": -26, 1230 "fst5": -7, 1231 "inact_temp": 65, 1232 "opt_temp": 37, 1233 "ovhg": 5, 1234 "ovhgseq": "NNNNN", 1235 "results": None, 1236 "scd3": 6, 1237 "scd5": 25, 1238 "site": "GAANNNNNNNTTGG", 1239 "size": 14, 1240 "substrat": "DNA", 1241 "suppl": ("B",), 1242 }
1243 1244 1245 rest_dict["AjuI"] = _temp() 1246 1247
1248 -def _temp():
1249 return { 1250 "charac": (5, -5, None, None, "CACNNNNGTG"), 1251 "compsite": "(?=(?P<AleI>CAC....GTG))", 1252 "dna": None, 1253 "freq": 4096.0, 1254 "fst3": -5, 1255 "fst5": 5, 1256 "inact_temp": 65, 1257 "opt_temp": 37, 1258 "ovhg": 0, 1259 "ovhgseq": "", 1260 "results": None, 1261 "scd3": None, 1262 "scd5": None, 1263 "site": "CACNNNNGTG", 1264 "size": 10, 1265 "substrat": "DNA", 1266 "suppl": ("N",), 1267 }
1268 1269 1270 rest_dict["AleI"] = _temp() 1271 1272
1273 -def _temp():
1274 return { 1275 "charac": (-10, -24, 24, 10, "GCANNNNNNTGC"), 1276 "compsite": "(?=(?P<AlfI>GCA......TGC))", 1277 "dna": None, 1278 "freq": 4096.0, 1279 "fst3": -24, 1280 "fst5": -10, 1281 "inact_temp": 65, 1282 "opt_temp": 37, 1283 "ovhg": 2, 1284 "ovhgseq": "NN", 1285 "results": None, 1286 "scd3": 10, 1287 "scd5": 24, 1288 "site": "GCANNNNNNTGC", 1289 "size": 12, 1290 "substrat": "DNA", 1291 "suppl": (), 1292 }
1293 1294 1295 rest_dict["AlfI"] = _temp() 1296 1297
1298 -def _temp():
1299 return { 1300 "charac": (-7, -25, 25, 7, "GAACNNNNNNTCC"), 1301 "compsite": "(?=(?P<AloI>GAAC......TCC))|(?=(?P<AloI_as>GGA......GTTC))", 1302 "dna": None, 1303 "freq": 16384.0, 1304 "fst3": -25, 1305 "fst5": -7, 1306 "inact_temp": 65, 1307 "opt_temp": 37, 1308 "ovhg": 5, 1309 "ovhgseq": "NNNNN", 1310 "results": None, 1311 "scd3": 7, 1312 "scd5": 25, 1313 "site": "GAACNNNNNNTCC", 1314 "size": 13, 1315 "substrat": "DNA", 1316 "suppl": ("B",), 1317 }
1318 1319 1320 rest_dict["AloI"] = _temp() 1321 1322
1323 -def _temp():
1324 return { 1325 "charac": (2, -2, None, None, "AGCT"), 1326 "compsite": "(?=(?P<AluBI>AGCT))", 1327 "dna": None, 1328 "freq": 256.0, 1329 "fst3": -2, 1330 "fst5": 2, 1331 "inact_temp": 65, 1332 "opt_temp": 37, 1333 "ovhg": 0, 1334 "ovhgseq": "", 1335 "results": None, 1336 "scd3": None, 1337 "scd5": None, 1338 "site": "AGCT", 1339 "size": 4, 1340 "substrat": "DNA", 1341 "suppl": ("I",), 1342 }
1343 1344 1345 rest_dict["AluBI"] = _temp() 1346 1347
1348 -def _temp():
1349 return { 1350 "charac": (2, -2, None, None, "AGCT"), 1351 "compsite": "(?=(?P<AluI>AGCT))", 1352 "dna": None, 1353 "freq": 256.0, 1354 "fst3": -2, 1355 "fst5": 2, 1356 "inact_temp": 65, 1357 "opt_temp": 37, 1358 "ovhg": 0, 1359 "ovhgseq": "", 1360 "results": None, 1361 "scd3": None, 1362 "scd5": None, 1363 "site": "AGCT", 1364 "size": 4, 1365 "substrat": "DNA", 1366 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X", "Y"), 1367 }
1368 1369 1370 rest_dict["AluI"] = _temp() 1371 1372
1373 -def _temp():
1374 return { 1375 "charac": (5, -5, None, None, "GWGCWC"), 1376 "compsite": "(?=(?P<Alw21I>G[AT]GC[AT]C))", 1377 "dna": None, 1378 "freq": 1024.0, 1379 "fst3": -5, 1380 "fst5": 5, 1381 "inact_temp": 65, 1382 "opt_temp": 37, 1383 "ovhg": 4, 1384 "ovhgseq": "WGCW", 1385 "results": None, 1386 "scd3": None, 1387 "scd5": None, 1388 "site": "GWGCWC", 1389 "size": 6, 1390 "substrat": "DNA", 1391 "suppl": ("B",), 1392 }
1393 1394 1395 rest_dict["Alw21I"] = _temp() 1396 1397
1398 -def _temp():
1399 return { 1400 "charac": (6, 5, None, None, "GTCTC"), 1401 "compsite": "(?=(?P<Alw26I>GTCTC))|(?=(?P<Alw26I_as>GAGAC))", 1402 "dna": None, 1403 "freq": 1024.0, 1404 "fst3": 5, 1405 "fst5": 6, 1406 "inact_temp": 65, 1407 "opt_temp": 37, 1408 "ovhg": -4, 1409 "ovhgseq": "NNNN", 1410 "results": None, 1411 "scd3": None, 1412 "scd5": None, 1413 "site": "GTCTC", 1414 "size": 5, 1415 "substrat": "DNA", 1416 "suppl": ("B",), 1417 }
1418 1419 1420 rest_dict["Alw26I"] = _temp() 1421 1422
1423 -def _temp():
1424 return { 1425 "charac": (1, -1, None, None, "GTGCAC"), 1426 "compsite": "(?=(?P<Alw44I>GTGCAC))", 1427 "dna": None, 1428 "freq": 4096.0, 1429 "fst3": -1, 1430 "fst5": 1, 1431 "inact_temp": 65, 1432 "opt_temp": 37, 1433 "ovhg": -4, 1434 "ovhgseq": "TGCA", 1435 "results": None, 1436 "scd3": None, 1437 "scd5": None, 1438 "site": "GTGCAC", 1439 "size": 6, 1440 "substrat": "DNA", 1441 "suppl": ("B", "J"), 1442 }
1443 1444 1445 rest_dict["Alw44I"] = _temp() 1446 1447
1448 -def _temp():
1449 return { 1450 "charac": (None, None, None, None, "GAAAYNNNNNRTG"), 1451 "compsite": "(?=(?P<AlwFI>GAAA[CT].....[AG]TG))|(?=(?P<AlwFI_as>CA[CT].....[AG]TTTC))", 1452 "dna": None, 1453 "freq": 16384.0, 1454 "fst3": None, 1455 "fst5": None, 1456 "inact_temp": 65, 1457 "opt_temp": 37, 1458 "ovhg": None, 1459 "ovhgseq": None, 1460 "results": None, 1461 "scd3": None, 1462 "scd5": None, 1463 "site": "GAAAYNNNNNRTG", 1464 "size": 13, 1465 "substrat": "DNA", 1466 "suppl": (), 1467 }
1468 1469 1470 rest_dict["AlwFI"] = _temp() 1471 1472
1473 -def _temp():
1474 return { 1475 "charac": (9, 5, None, None, "GGATC"), 1476 "compsite": "(?=(?P<AlwI>GGATC))|(?=(?P<AlwI_as>GATCC))", 1477 "dna": None, 1478 "freq": 1024.0, 1479 "fst3": 5, 1480 "fst5": 9, 1481 "inact_temp": 65, 1482 "opt_temp": 37, 1483 "ovhg": -1, 1484 "ovhgseq": "N", 1485 "results": None, 1486 "scd3": None, 1487 "scd5": None, 1488 "site": "GGATC", 1489 "size": 5, 1490 "substrat": "DNA", 1491 "suppl": ("N",), 1492 }
1493 1494 1495 rest_dict["AlwI"] = _temp() 1496 1497
1498 -def _temp():
1499 return { 1500 "charac": (6, -6, None, None, "CAGNNNCTG"), 1501 "compsite": "(?=(?P<AlwNI>CAG...CTG))", 1502 "dna": None, 1503 "freq": 4096.0, 1504 "fst3": -6, 1505 "fst5": 6, 1506 "inact_temp": 65, 1507 "opt_temp": 37, 1508 "ovhg": 3, 1509 "ovhgseq": "NNN", 1510 "results": None, 1511 "scd3": None, 1512 "scd5": None, 1513 "site": "CAGNNNCTG", 1514 "size": 9, 1515 "substrat": "DNA", 1516 "suppl": ("N",), 1517 }
1518 1519 1520 rest_dict["AlwNI"] = _temp() 1521 1522
1523 -def _temp():
1524 return { 1525 "charac": (1, -1, None, None, "CYCGRG"), 1526 "compsite": "(?=(?P<Ama87I>C[CT]CG[AG]G))", 1527 "dna": None, 1528 "freq": 1024.0, 1529 "fst3": -1, 1530 "fst5": 1, 1531 "inact_temp": 65, 1532 "opt_temp": 37, 1533 "ovhg": -4, 1534 "ovhgseq": "YCGR", 1535 "results": None, 1536 "scd3": None, 1537 "scd5": None, 1538 "site": "CYCGRG", 1539 "size": 6, 1540 "substrat": "DNA", 1541 "suppl": ("I", "V"), 1542 }
1543 1544 1545 rest_dict["Ama87I"] = _temp() 1546 1547
1548 -def _temp():
1549 return { 1550 "charac": (17, 9, None, None, "GCTCCA"), 1551 "compsite": "(?=(?P<AmaCSI>GCTCCA))|(?=(?P<AmaCSI_as>TGGAGC))", 1552 "dna": None, 1553 "freq": 4096.0, 1554 "fst3": 9, 1555 "fst5": 17, 1556 "inact_temp": 65, 1557 "opt_temp": 37, 1558 "ovhg": 2, 1559 "ovhgseq": "NN", 1560 "results": None, 1561 "scd3": None, 1562 "scd5": None, 1563 "site": "GCTCCA", 1564 "size": 6, 1565 "substrat": "DNA", 1566 "suppl": (), 1567 }
1568 1569 1570 rest_dict["AmaCSI"] = _temp() 1571 1572
1573 -def _temp():
1574 return { 1575 "charac": (None, None, None, None, "GATCNAC"), 1576 "compsite": "(?=(?P<Aod1I>GATC.AC))|(?=(?P<Aod1I_as>GT.GATC))", 1577 "dna": None, 1578 "freq": 4096.0, 1579 "fst3": None, 1580 "fst5": None, 1581 "inact_temp": 65, 1582 "opt_temp": 37, 1583 "ovhg": None, 1584 "ovhgseq": None, 1585 "results": None, 1586 "scd3": None, 1587 "scd5": None, 1588 "site": "GATCNAC", 1589 "size": 7, 1590 "substrat": "DNA", 1591 "suppl": (), 1592 }
1593 1594 1595 rest_dict["Aod1I"] = _temp() 1596 1597
1598 -def _temp():
1599 return { 1600 "charac": (1, -1, None, None, "TCCGGA"), 1601 "compsite": "(?=(?P<Aor13HI>TCCGGA))", 1602 "dna": None, 1603 "freq": 4096.0, 1604 "fst3": -1, 1605 "fst5": 1, 1606 "inact_temp": 65, 1607 "opt_temp": 37, 1608 "ovhg": -4, 1609 "ovhgseq": "CCGG", 1610 "results": None, 1611 "scd3": None, 1612 "scd5": None, 1613 "site": "TCCGGA", 1614 "size": 6, 1615 "substrat": "DNA", 1616 "suppl": ("K",), 1617 }
1618 1619 1620 rest_dict["Aor13HI"] = _temp() 1621 1622
1623 -def _temp():
1624 return { 1625 "charac": (3, -3, None, None, "AGCGCT"), 1626 "compsite": "(?=(?P<Aor51HI>AGCGCT))", 1627 "dna": None, 1628 "freq": 4096.0, 1629 "fst3": -3, 1630 "fst5": 3, 1631 "inact_temp": 65, 1632 "opt_temp": 37, 1633 "ovhg": 0, 1634 "ovhgseq": "", 1635 "results": None, 1636 "scd3": None, 1637 "scd5": None, 1638 "site": "AGCGCT", 1639 "size": 6, 1640 "substrat": "DNA", 1641 "suppl": ("K",), 1642 }
1643 1644 1645 rest_dict["Aor51HI"] = _temp() 1646 1647
1648 -def _temp():
1649 return { 1650 "charac": (0, 0, None, None, "GGCC"), 1651 "compsite": "(?=(?P<AoxI>GGCC))", 1652 "dna": None, 1653 "freq": 256.0, 1654 "fst3": 0, 1655 "fst5": 0, 1656 "inact_temp": 65, 1657 "opt_temp": 37, 1658 "ovhg": -4, 1659 "ovhgseq": "GGCC", 1660 "results": None, 1661 "scd3": None, 1662 "scd5": None, 1663 "site": "GGCC", 1664 "size": 4, 1665 "substrat": "DNA", 1666 "suppl": ("I",), 1667 }
1668 1669 1670 rest_dict["AoxI"] = _temp() 1671 1672
1673 -def _temp():
1674 return { 1675 "charac": (8, -8, None, None, "GCANNNNNTGC"), 1676 "compsite": "(?=(?P<ApaBI>GCA.....TGC))", 1677 "dna": None, 1678 "freq": 4096.0, 1679 "fst3": -8, 1680 "fst5": 8, 1681 "inact_temp": 65, 1682 "opt_temp": 37, 1683 "ovhg": 5, 1684 "ovhgseq": "NNNNN", 1685 "results": None, 1686 "scd3": None, 1687 "scd5": None, 1688 "site": "GCANNNNNTGC", 1689 "size": 11, 1690 "substrat": "DNA", 1691 "suppl": (), 1692 }
1693 1694 1695 rest_dict["ApaBI"] = _temp() 1696 1697
1698 -def _temp():
1699 return { 1700 "charac": (5, -5, None, None, "GGGCCC"), 1701 "compsite": "(?=(?P<ApaI>GGGCCC))", 1702 "dna": None, 1703 "freq": 4096.0, 1704 "fst3": -5, 1705 "fst5": 5, 1706 "inact_temp": 65, 1707 "opt_temp": 37, 1708 "ovhg": 4, 1709 "ovhgseq": "GGCC", 1710 "results": None, 1711 "scd3": None, 1712 "scd5": None, 1713 "site": "GGGCCC", 1714 "size": 6, 1715 "substrat": "DNA", 1716 "suppl": ("B", "I", "J", "K", "M", "N", "Q", "R", "S", "V", "X"), 1717 }
1718 1719 1720 rest_dict["ApaI"] = _temp() 1721 1722
1723 -def _temp():
1724 return { 1725 "charac": (1, -1, None, None, "GTGCAC"), 1726 "compsite": "(?=(?P<ApaLI>GTGCAC))", 1727 "dna": None, 1728 "freq": 4096.0, 1729 "fst3": -1, 1730 "fst5": 1, 1731 "inact_temp": 65, 1732 "opt_temp": 37, 1733 "ovhg": -4, 1734 "ovhgseq": "TGCA", 1735 "results": None, 1736 "scd3": None, 1737 "scd5": None, 1738 "site": "GTGCAC", 1739 "size": 6, 1740 "substrat": "DNA", 1741 "suppl": ("C", "K", "N"), 1742 }
1743 1744 1745 rest_dict["ApaLI"] = _temp() 1746 1747
1748 -def _temp():
1749 return { 1750 "charac": (1, -1, None, None, "GCWGC"), 1751 "compsite": "(?=(?P<ApeKI>GC[AT]GC))", 1752 "dna": None, 1753 "freq": 512.0, 1754 "fst3": -1, 1755 "fst5": 1, 1756 "inact_temp": 65, 1757 "opt_temp": 37, 1758 "ovhg": -3, 1759 "ovhgseq": "CWG", 1760 "results": None, 1761 "scd3": None, 1762 "scd5": None, 1763 "site": "GCWGC", 1764 "size": 5, 1765 "substrat": "DNA", 1766 "suppl": ("N",), 1767 }
1768 1769 1770 rest_dict["ApeKI"] = _temp() 1771 1772
1773 -def _temp():
1774 return { 1775 "charac": (1, -1, None, None, "RAATTY"), 1776 "compsite": "(?=(?P<ApoI>[AG]AATT[CT]))", 1777 "dna": None, 1778 "freq": 1024.0, 1779 "fst3": -1, 1780 "fst5": 1, 1781 "inact_temp": 65, 1782 "opt_temp": 37, 1783 "ovhg": -4, 1784 "ovhgseq": "AATT", 1785 "results": None, 1786 "scd3": None, 1787 "scd5": None, 1788 "site": "RAATTY", 1789 "size": 6, 1790 "substrat": "DNA", 1791 "suppl": ("N",), 1792 }
1793 1794 1795 rest_dict["ApoI"] = _temp() 1796 1797
1798 -def _temp():
1799 return { 1800 "charac": (26, 18, None, None, "ATCGAC"), 1801 "compsite": "(?=(?P<ApyPI>ATCGAC))|(?=(?P<ApyPI_as>GTCGAT))", 1802 "dna": None, 1803 "freq": 4096.0, 1804 "fst3": 18, 1805 "fst5": 26, 1806 "inact_temp": 65, 1807 "opt_temp": 37, 1808 "ovhg": 2, 1809 "ovhgseq": "NN", 1810 "results": None, 1811 "scd3": None, 1812 "scd5": None, 1813 "site": "ATCGAC", 1814 "size": 6, 1815 "substrat": "DNA", 1816 "suppl": (), 1817 }
1818 1819 1820 rest_dict["ApyPI"] = _temp() 1821 1822
1823 -def _temp():
1824 return { 1825 "charac": (27, 18, None, None, "GCCGNAC"), 1826 "compsite": "(?=(?P<AquII>GCCG.AC))|(?=(?P<AquII_as>GT.CGGC))", 1827 "dna": None, 1828 "freq": 4096.0, 1829 "fst3": 18, 1830 "fst5": 27, 1831 "inact_temp": 65, 1832 "opt_temp": 37, 1833 "ovhg": 2, 1834 "ovhgseq": "NN", 1835 "results": None, 1836 "scd3": None, 1837 "scd5": None, 1838 "site": "GCCGNAC", 1839 "size": 7, 1840 "substrat": "DNA", 1841 "suppl": (), 1842 }
1843 1844 1845 rest_dict["AquII"] = _temp() 1846 1847
1848 -def _temp():
1849 return { 1850 "charac": (26, 18, None, None, "GAGGAG"), 1851 "compsite": "(?=(?P<AquIII>GAGGAG))|(?=(?P<AquIII_as>CTCCTC))", 1852 "dna": None, 1853 "freq": 4096.0, 1854 "fst3": 18, 1855 "fst5": 26, 1856 "inact_temp": 65, 1857 "opt_temp": 37, 1858 "ovhg": 2, 1859 "ovhgseq": "NN", 1860 "results": None, 1861 "scd3": None, 1862 "scd5": None, 1863 "site": "GAGGAG", 1864 "size": 6, 1865 "substrat": "DNA", 1866 "suppl": (), 1867 }
1868 1869 1870 rest_dict["AquIII"] = _temp() 1871 1872
1873 -def _temp():
1874 return { 1875 "charac": (26, 17, None, None, "GRGGAAG"), 1876 "compsite": "(?=(?P<AquIV>G[AG]GGAAG))|(?=(?P<AquIV_as>CTTCC[CT]C))", 1877 "dna": None, 1878 "freq": 8192.0, 1879 "fst3": 17, 1880 "fst5": 26, 1881 "inact_temp": 65, 1882 "opt_temp": 37, 1883 "ovhg": 2, 1884 "ovhgseq": "NN", 1885 "results": None, 1886 "scd3": None, 1887 "scd5": None, 1888 "site": "GRGGAAG", 1889 "size": 7, 1890 "substrat": "DNA", 1891 "suppl": (), 1892 }
1893 1894 1895 rest_dict["AquIV"] = _temp() 1896 1897
1898 -def _temp():
1899 return { 1900 "charac": (-8, -26, 24, 6, "GACNNNNNNTTYG"), 1901 "compsite": "(?=(?P<ArsI>GAC......TT[CT]G))|(?=(?P<ArsI_as>C[AG]AA......GTC))", 1902 "dna": None, 1903 "freq": 8192.0, 1904 "fst3": -26, 1905 "fst5": -8, 1906 "inact_temp": 65, 1907 "opt_temp": 37, 1908 "ovhg": 5, 1909 "ovhgseq": "NNNNN", 1910 "results": None, 1911 "scd3": 6, 1912 "scd5": 24, 1913 "site": "GACNNNNNNTTYG", 1914 "size": 13, 1915 "substrat": "DNA", 1916 "suppl": ("I",), 1917 }
1918 1919 1920 rest_dict["ArsI"] = _temp() 1921 1922
1923 -def _temp():
1924 return { 1925 "charac": (2, -2, None, None, "GGCGCGCC"), 1926 "compsite": "(?=(?P<AscI>GGCGCGCC))", 1927 "dna": None, 1928 "freq": 65536.0, 1929 "fst3": -2, 1930 "fst5": 2, 1931 "inact_temp": 65, 1932 "opt_temp": 37, 1933 "ovhg": -4, 1934 "ovhgseq": "CGCG", 1935 "results": None, 1936 "scd3": None, 1937 "scd5": None, 1938 "site": "GGCGCGCC", 1939 "size": 8, 1940 "substrat": "DNA", 1941 "suppl": ("N",), 1942 }
1943 1944 1945 rest_dict["AscI"] = _temp() 1946 1947
1948 -def _temp():
1949 return { 1950 "charac": (2, -2, None, None, "ATTAAT"), 1951 "compsite": "(?=(?P<AseI>ATTAAT))", 1952 "dna": None, 1953 "freq": 4096.0, 1954 "fst3": -2, 1955 "fst5": 2, 1956 "inact_temp": 65, 1957 "opt_temp": 37, 1958 "ovhg": -2, 1959 "ovhgseq": "TA", 1960 "results": None, 1961 "scd3": None, 1962 "scd5": None, 1963 "site": "ATTAAT", 1964 "size": 6, 1965 "substrat": "DNA", 1966 "suppl": ("J", "N"), 1967 }
1968 1969 1970 rest_dict["AseI"] = _temp() 1971 1972
1973 -def _temp():
1974 return { 1975 "charac": (1, -1, None, None, "GATC"), 1976 "compsite": "(?=(?P<Asi256I>GATC))", 1977 "dna": None, 1978 "freq": 256.0, 1979 "fst3": -1, 1980 "fst5": 1, 1981 "inact_temp": 65, 1982 "opt_temp": 37, 1983 "ovhg": -2, 1984 "ovhgseq": "AT", 1985 "results": None, 1986 "scd3": None, 1987 "scd5": None, 1988 "site": "GATC", 1989 "size": 4, 1990 "substrat": "DNA", 1991 "suppl": (), 1992 }
1993 1994 1995 rest_dict["Asi256I"] = _temp() 1996 1997
1998 -def _temp():
1999 return { 2000 "charac": (1, -1, None, None, "ACCGGT"), 2001 "compsite": "(?=(?P<AsiGI>ACCGGT))", 2002 "dna": None, 2003 "freq": 4096.0, 2004 "fst3": -1, 2005 "fst5": 1, 2006 "inact_temp": 65, 2007 "opt_temp": 37, 2008 "ovhg": -4, 2009 "ovhgseq": "CCGG", 2010 "results": None, 2011 "scd3": None, 2012 "scd5": None, 2013 "site": "ACCGGT", 2014 "size": 6, 2015 "substrat": "DNA", 2016 "suppl": ("I", "V"), 2017 }
2018 2019 2020 rest_dict["AsiGI"] = _temp() 2021 2022
2023 -def _temp():
2024 return { 2025 "charac": (5, -5, None, None, "GCGATCGC"), 2026 "compsite": "(?=(?P<AsiSI>GCGATCGC))", 2027 "dna": None, 2028 "freq": 65536.0, 2029 "fst3": -5, 2030 "fst5": 5, 2031 "inact_temp": 65, 2032 "opt_temp": 37, 2033 "ovhg": 2, 2034 "ovhgseq": "AT", 2035 "results": None, 2036 "scd3": None, 2037 "scd5": None, 2038 "site": "GCGATCGC", 2039 "size": 8, 2040 "substrat": "DNA", 2041 "suppl": ("I", "N"), 2042 }
2043 2044 2045 rest_dict["AsiSI"] = _temp() 2046 2047
2048 -def _temp():
2049 return { 2050 "charac": (None, None, None, None, "CGRAGGC"), 2051 "compsite": "(?=(?P<Asp103I>CG[AG]AGGC))|(?=(?P<Asp103I_as>GCCT[CT]CG))", 2052 "dna": None, 2053 "freq": 8192.0, 2054 "fst3": None, 2055 "fst5": None, 2056 "inact_temp": 65, 2057 "opt_temp": 37, 2058 "ovhg": None, 2059 "ovhgseq": None, 2060 "results": None, 2061 "scd3": None, 2062 "scd5": None, 2063 "site": "CGRAGGC", 2064 "size": 7, 2065 "substrat": "DNA", 2066 "suppl": (), 2067 }
2068 2069 2070 rest_dict["Asp103I"] = _temp() 2071 2072
2073 -def _temp():
2074 return { 2075 "charac": (None, None, None, None, "AGCABCC"), 2076 "compsite": "(?=(?P<Asp114pII>AGCA[CGT]CC))|(?=(?P<Asp114pII_as>GG[ACG]TGCT))", 2077 "dna": None, 2078 "freq": 5461.333333333333, 2079 "fst3": None, 2080 "fst5": None, 2081 "inact_temp": 65, 2082 "opt_temp": 37, 2083 "ovhg": None, 2084 "ovhgseq": None, 2085 "results": None, 2086 "scd3": None, 2087 "scd5": None, 2088 "site": "AGCABCC", 2089 "size": 7, 2090 "substrat": "DNA", 2091 "suppl": (), 2092 }
2093 2094 2095 rest_dict["Asp114pII"] = _temp() 2096 2097
2098 -def _temp():
2099 return { 2100 "charac": (5, -5, None, None, "GAANNNNTTC"), 2101 "compsite": "(?=(?P<Asp700I>GAA....TTC))", 2102 "dna": None, 2103 "freq": 4096.0, 2104 "fst3": -5, 2105 "fst5": 5, 2106 "inact_temp": 65, 2107 "opt_temp": 37, 2108 "ovhg": 0, 2109 "ovhgseq": "", 2110 "results": None, 2111 "scd3": None, 2112 "scd5": None, 2113 "site": "GAANNNNTTC", 2114 "size": 10, 2115 "substrat": "DNA", 2116 "suppl": ("M",), 2117 }
2118 2119 2120 rest_dict["Asp700I"] = _temp() 2121 2122
2123 -def _temp():
2124 return { 2125 "charac": (1, -1, None, None, "GGTACC"), 2126 "compsite": "(?=(?P<Asp718I>GGTACC))", 2127 "dna": None, 2128 "freq": 4096.0, 2129 "fst3": -1, 2130 "fst5": 1, 2131 "inact_temp": 65, 2132 "opt_temp": 37, 2133 "ovhg": -4, 2134 "ovhgseq": "GTAC", 2135 "results": None, 2136 "scd3": None, 2137 "scd5": None, 2138 "site": "GGTACC", 2139 "size": 6, 2140 "substrat": "DNA", 2141 "suppl": ("M", "S"), 2142 }
2143 2144 2145 rest_dict["Asp718I"] = _temp() 2146 2147
2148 -def _temp():
2149 return { 2150 "charac": (1, -1, None, None, "CCTAGG"), 2151 "compsite": "(?=(?P<AspA2I>CCTAGG))", 2152 "dna": None, 2153 "freq": 4096.0, 2154 "fst3": -1, 2155 "fst5": 1, 2156 "inact_temp": 65, 2157 "opt_temp": 37, 2158 "ovhg": -4, 2159 "ovhgseq": "CTAG", 2160 "results": None, 2161 "scd3": None, 2162 "scd5": None, 2163 "site": "CCTAGG", 2164 "size": 6, 2165 "substrat": "DNA", 2166 "suppl": ("I", "V"), 2167 }
2168 2169 2170 rest_dict["AspA2I"] = _temp() 2171 2172
2173 -def _temp():
2174 return { 2175 "charac": (13, 12, None, None, "YSCNS"), 2176 "compsite": "(?=(?P<AspBHI>[CT][CG]C.[CG]))|(?=(?P<AspBHI_as>[CG].G[CG][AG]))", 2177 "dna": None, 2178 "freq": 32.0, 2179 "fst3": 12, 2180 "fst5": 13, 2181 "inact_temp": 65, 2182 "opt_temp": 37, 2183 "ovhg": -4, 2184 "ovhgseq": "NNNN", 2185 "results": None, 2186 "scd3": None, 2187 "scd5": None, 2188 "site": "YSCNS", 2189 "size": 5, 2190 "substrat": "DNA", 2191 "suppl": (), 2192 }
2193 2194 2195 rest_dict["AspBHI"] = _temp() 2196 2197
2198 -def _temp():
2199 return { 2200 "charac": (None, None, None, None, "GNGCAAC"), 2201 "compsite": "(?=(?P<AspDUT2V>G.GCAAC))|(?=(?P<AspDUT2V_as>GTTGC.C))", 2202 "dna": None, 2203 "freq": 4096.0, 2204 "fst3": None, 2205 "fst5": None, 2206 "inact_temp": 65, 2207 "opt_temp": 37, 2208 "ovhg": None, 2209 "ovhgseq": None, 2210 "results": None, 2211 "scd3": None, 2212 "scd5": None, 2213 "site": "GNGCAAC", 2214 "size": 7, 2215 "substrat": "DNA", 2216 "suppl": (), 2217 }
2218 2219 2220 rest_dict["AspDUT2V"] = _temp() 2221 2222
2223 -def _temp():
2224 return { 2225 "charac": (None, None, None, None, "CGCCCAG"), 2226 "compsite": "(?=(?P<AspJHL3II>CGCCCAG))|(?=(?P<AspJHL3II_as>CTGGGCG))", 2227 "dna": None, 2228 "freq": 16384.0, 2229 "fst3": None, 2230 "fst5": None, 2231 "inact_temp": 65, 2232 "opt_temp": 37, 2233 "ovhg": None, 2234 "ovhgseq": None, 2235 "results": None, 2236 "scd3": None, 2237 "scd5": None, 2238 "site": "CGCCCAG", 2239 "size": 7, 2240 "substrat": "DNA", 2241 "suppl": (), 2242 }
2243 2244 2245 rest_dict["AspJHL3II"] = _temp() 2246 2247
2248 -def _temp():
2249 return { 2250 "charac": (3, -3, None, None, "GCGC"), 2251 "compsite": "(?=(?P<AspLEI>GCGC))", 2252 "dna": None, 2253 "freq": 256.0, 2254 "fst3": -3, 2255 "fst5": 3, 2256 "inact_temp": 65, 2257 "opt_temp": 37, 2258 "ovhg": 2, 2259 "ovhgseq": "CG", 2260 "results": None, 2261 "scd3": None, 2262 "scd5": None, 2263 "site": "GCGC", 2264 "size": 4, 2265 "substrat": "DNA", 2266 "suppl": ("I", "V"), 2267 }
2268 2269 2270 rest_dict["AspLEI"] = _temp() 2271 2272
2273 -def _temp():
2274 return { 2275 "charac": (None, None, None, None, "AAGAACB"), 2276 "compsite": "(?=(?P<AspNIH4III>AAGAAC[CGT]))|(?=(?P<AspNIH4III_as>[ACG]GTTCTT))", 2277 "dna": None, 2278 "freq": 5461.333333333333, 2279 "fst3": None, 2280 "fst5": None, 2281 "inact_temp": 65, 2282 "opt_temp": 37, 2283 "ovhg": None, 2284 "ovhgseq": None, 2285 "results": None, 2286 "scd3": None, 2287 "scd5": None, 2288 "site": "AAGAACB", 2289 "size": 7, 2290 "substrat": "DNA", 2291 "suppl": (), 2292 }
2293 2294 2295 rest_dict["AspNIH4III"] = _temp() 2296 2297
2298 -def _temp():
2299 return { 2300 "charac": (1, -1, None, None, "GGNCC"), 2301 "compsite": "(?=(?P<AspS9I>GG.CC))", 2302 "dna": None, 2303 "freq": 256.0, 2304 "fst3": -1, 2305 "fst5": 1, 2306 "inact_temp": 65, 2307 "opt_temp": 37, 2308 "ovhg": -3, 2309 "ovhgseq": "GNC", 2310 "results": None, 2311 "scd3": None, 2312 "scd5": None, 2313 "site": "GGNCC", 2314 "size": 5, 2315 "substrat": "DNA", 2316 "suppl": ("I", "V"), 2317 }
2318 2319 2320 rest_dict["AspS9I"] = _temp() 2321 2322
2323 -def _temp():
2324 return { 2325 "charac": (None, None, None, None, "GTCTCA"), 2326 "compsite": "(?=(?P<AspSLV7III>GTCTCA))|(?=(?P<AspSLV7III_as>TGAGAC))", 2327 "dna": None, 2328 "freq": 4096.0, 2329 "fst3": None, 2330 "fst5": None, 2331 "inact_temp": 65, 2332 "opt_temp": 37, 2333 "ovhg": None, 2334 "ovhgseq": None, 2335 "results": None, 2336 "scd3": None, 2337 "scd5": None, 2338 "site": "GTCTCA", 2339 "size": 6, 2340 "substrat": "DNA", 2341 "suppl": (), 2342 }
2343 2344 2345 rest_dict["AspSLV7III"] = _temp() 2346 2347
2348 -def _temp():
2349 return { 2350 "charac": (None, None, None, None, "CGTRAC"), 2351 "compsite": "(?=(?P<Asu14238IV>CGT[AG]AC))|(?=(?P<Asu14238IV_as>GT[CT]ACG))", 2352 "dna": None, 2353 "freq": 2048.0, 2354 "fst3": None, 2355 "fst5": None, 2356 "inact_temp": 65, 2357 "opt_temp": 37, 2358 "ovhg": None, 2359 "ovhgseq": None, 2360 "results": None, 2361 "scd3": None, 2362 "scd5": None, 2363 "site": "CGTRAC", 2364 "size": 6, 2365 "substrat": "DNA", 2366 "suppl": (), 2367 }
2368 2369 2370 rest_dict["Asu14238IV"] = _temp() 2371 2372
2373 -def _temp():
2374 return { 2375 "charac": (2, -2, None, None, "CCSGG"), 2376 "compsite": "(?=(?P<AsuC2I>CC[CG]GG))", 2377 "dna": None, 2378 "freq": 512.0, 2379 "fst3": -2, 2380 "fst5": 2, 2381 "inact_temp": 65, 2382 "opt_temp": 37, 2383 "ovhg": -1, 2384 "ovhgseq": "S", 2385 "results": None, 2386 "scd3": None, 2387 "scd5": None, 2388 "site": "CCSGG", 2389 "size": 5, 2390 "substrat": "DNA", 2391 "suppl": ("I",), 2392 }
2393 2394 2395 rest_dict["AsuC2I"] = _temp() 2396 2397
2398 -def _temp():
2399 return { 2400 "charac": (13, 7, None, None, "GGTGA"), 2401 "compsite": "(?=(?P<AsuHPI>GGTGA))|(?=(?P<AsuHPI_as>TCACC))", 2402 "dna": None, 2403 "freq": 1024.0, 2404 "fst3": 7, 2405 "fst5": 13, 2406 "inact_temp": 65, 2407 "opt_temp": 37, 2408 "ovhg": 1, 2409 "ovhgseq": "N", 2410 "results": None, 2411 "scd3": None, 2412 "scd5": None, 2413 "site": "GGTGA", 2414 "size": 5, 2415 "substrat": "DNA", 2416 "suppl": ("I", "V"), 2417 }
2418 2419 2420 rest_dict["AsuHPI"] = _temp() 2421 2422
2423 -def _temp():
2424 return { 2425 "charac": (1, -1, None, None, "GGNCC"), 2426 "compsite": "(?=(?P<AsuI>GG.CC))", 2427 "dna": None, 2428 "freq": 256.0, 2429 "fst3": -1, 2430 "fst5": 1, 2431 "inact_temp": 65, 2432 "opt_temp": 37, 2433 "ovhg": -3, 2434 "ovhgseq": "GNC", 2435 "results": None, 2436 "scd3": None, 2437 "scd5": None, 2438 "site": "GGNCC", 2439 "size": 5, 2440 "substrat": "DNA", 2441 "suppl": (), 2442 }
2443 2444 2445 rest_dict["AsuI"] = _temp() 2446 2447
2448 -def _temp():
2449 return { 2450 "charac": (2, -2, None, None, "TTCGAA"), 2451 "compsite": "(?=(?P<AsuII>TTCGAA))", 2452 "dna": None, 2453 "freq": 4096.0, 2454 "fst3": -2, 2455 "fst5": 2, 2456 "inact_temp": 65, 2457 "opt_temp": 37, 2458 "ovhg": -2, 2459 "ovhgseq": "CG", 2460 "results": None, 2461 "scd3": None, 2462 "scd5": None, 2463 "site": "TTCGAA", 2464 "size": 6, 2465 "substrat": "DNA", 2466 "suppl": ("C",), 2467 }
2468 2469 2470 rest_dict["AsuII"] = _temp() 2471 2472
2473 -def _temp():
2474 return { 2475 "charac": (1, -1, None, None, "GCTAGC"), 2476 "compsite": "(?=(?P<AsuNHI>GCTAGC))", 2477 "dna": None, 2478 "freq": 4096.0, 2479 "fst3": -1, 2480 "fst5": 1, 2481 "inact_temp": 65, 2482 "opt_temp": 37, 2483 "ovhg": -4, 2484 "ovhgseq": "CTAG", 2485 "results": None, 2486 "scd3": None, 2487 "scd5": None, 2488 "site": "GCTAGC", 2489 "size": 6, 2490 "substrat": "DNA", 2491 "suppl": ("I", "V"), 2492 }
2493 2494 2495 rest_dict["AsuNHI"] = _temp() 2496 2497
2498 -def _temp():
2499 return { 2500 "charac": (None, None, None, None, "GGGRAG"), 2501 "compsite": "(?=(?P<AteTI>GGG[AG]AG))|(?=(?P<AteTI_as>CT[CT]CCC))", 2502 "dna": None, 2503 "freq": 2048.0, 2504 "fst3": None, 2505 "fst5": None, 2506 "inact_temp": 65, 2507 "opt_temp": 37, 2508 "ovhg": None, 2509 "ovhgseq": None, 2510 "results": None, 2511 "scd3": None, 2512 "scd5": None, 2513 "site": "GGGRAG", 2514 "size": 6, 2515 "substrat": "DNA", 2516 "suppl": (), 2517 }
2518 2519 2520 rest_dict["AteTI"] = _temp() 2521 2522
2523 -def _temp():
2524 return { 2525 "charac": (1, -1, None, None, "CYCGRG"), 2526 "compsite": "(?=(?P<AvaI>C[CT]CG[AG]G))", 2527 "dna": None, 2528 "freq": 1024.0, 2529 "fst3": -1, 2530 "fst5": 1, 2531 "inact_temp": 65, 2532 "opt_temp": 37, 2533 "ovhg": -4, 2534 "ovhgseq": "YCGR", 2535 "results": None, 2536 "scd3": None, 2537 "scd5": None, 2538 "site": "CYCGRG", 2539 "size": 6, 2540 "substrat": "DNA", 2541 "suppl": ("J", "N", "Q", "X"), 2542 }
2543 2544 2545 rest_dict["AvaI"] = _temp() 2546 2547
2548 -def _temp():
2549 return { 2550 "charac": (1, -1, None, None, "GGWCC"), 2551 "compsite": "(?=(?P<AvaII>GG[AT]CC))", 2552 "dna": None, 2553 "freq": 512.0, 2554 "fst3": -1, 2555 "fst5": 1, 2556 "inact_temp": 65, 2557 "opt_temp": 37, 2558 "ovhg": -3, 2559 "ovhgseq": "GWC", 2560 "results": None, 2561 "scd3": None, 2562 "scd5": None, 2563 "site": "GGWCC", 2564 "size": 5, 2565 "substrat": "DNA", 2566 "suppl": ("J", "N", "R", "X"), 2567 }
2568 2569 2570 rest_dict["AvaII"] = _temp() 2571 2572
2573 -def _temp():
2574 return { 2575 "charac": (None, None, None, None, "ATGCAT"), 2576 "compsite": "(?=(?P<AvaIII>ATGCAT))", 2577 "dna": None, 2578 "freq": 4096.0, 2579 "fst3": None, 2580 "fst5": None, 2581 "inact_temp": 65, 2582 "opt_temp": 37, 2583 "ovhg": None, 2584 "ovhgseq": None, 2585 "results": None, 2586 "scd3": None, 2587 "scd5": None, 2588 "site": "ATGCAT", 2589 "size": 6, 2590 "substrat": "DNA", 2591 "suppl": (), 2592 }
2593 2594 2595 rest_dict["AvaIII"] = _temp() 2596 2597
2598 -def _temp():
2599 return { 2600 "charac": (1, -1, None, None, "CCTAGG"), 2601 "compsite": "(?=(?P<AvrII>CCTAGG))", 2602 "dna": None, 2603 "freq": 4096.0, 2604 "fst3": -1, 2605 "fst5": 1, 2606 "inact_temp": 65, 2607 "opt_temp": 37, 2608 "ovhg": -4, 2609 "ovhgseq": "CTAG", 2610 "results": None, 2611 "scd3": None, 2612 "scd5": None, 2613 "site": "CCTAGG", 2614 "size": 6, 2615 "substrat": "DNA", 2616 "suppl": ("N",), 2617 }
2618 2619 2620 rest_dict["AvrII"] = _temp() 2621 2622
2623 -def _temp():
2624 return { 2625 "charac": (None, None, None, None, "GCCRAG"), 2626 "compsite": "(?=(?P<Awo1030IV>GCC[AG]AG))|(?=(?P<Awo1030IV_as>CT[CT]GGC))", 2627 "dna": None, 2628 "freq": 2048.0, 2629 "fst3": None, 2630 "fst5": None, 2631 "inact_temp": 65, 2632 "opt_temp": 37, 2633 "ovhg": None, 2634 "ovhgseq": None, 2635 "results": None, 2636 "scd3": None, 2637 "scd5": None, 2638 "site": "GCCRAG", 2639 "size": 6, 2640 "substrat": "DNA", 2641 "suppl": (), 2642 }
2643 2644 2645 rest_dict["Awo1030IV"] = _temp() 2646 2647
2648 -def _temp():
2649 return { 2650 "charac": (2, -2, None, None, "CCTNAGG"), 2651 "compsite": "(?=(?P<AxyI>CCT.AGG))", 2652 "dna": None, 2653 "freq": 4096.0, 2654 "fst3": -2, 2655 "fst5": 2, 2656 "inact_temp": 65, 2657 "opt_temp": 37, 2658 "ovhg": -3, 2659 "ovhgseq": "TNA", 2660 "results": None, 2661 "scd3": None, 2662 "scd5": None, 2663 "site": "CCTNAGG", 2664 "size": 7, 2665 "substrat": "DNA", 2666 "suppl": ("J",), 2667 }
2668 2669 2670 rest_dict["AxyI"] = _temp() 2671 2672
2673 -def _temp():
2674 return { 2675 "charac": (5, -5, None, None, "GKGCMC"), 2676 "compsite": "(?=(?P<BaeGI>G[GT]GC[AC]C))", 2677 "dna": None, 2678 "freq": 1024.0, 2679 "fst3": -5, 2680 "fst5": 5, 2681 "inact_temp": 65, 2682 "opt_temp": 37, 2683 "ovhg": 4, 2684 "ovhgseq": "KGCM", 2685 "results": None, 2686 "scd3": None, 2687 "scd5": None, 2688 "site": "GKGCMC", 2689 "size": 6, 2690 "substrat": "DNA", 2691 "suppl": ("N",), 2692 }
2693 2694 2695 rest_dict["BaeGI"] = _temp() 2696 2697
2698 -def _temp():
2699 return { 2700 "charac": (-10, -26, 23, 7, "ACNNNNGTAYC"), 2701 "compsite": "(?=(?P<BaeI>AC....GTA[CT]C))|(?=(?P<BaeI_as>G[AG]TAC....GT))", 2702 "dna": None, 2703 "freq": 8192.0, 2704 "fst3": -26, 2705 "fst5": -10, 2706 "inact_temp": 65, 2707 "opt_temp": 37, 2708 "ovhg": 5, 2709 "ovhgseq": "NNNNN", 2710 "results": None, 2711 "scd3": 7, 2712 "scd5": 23, 2713 "site": "ACNNNNGTAYC", 2714 "size": 11, 2715 "substrat": "DNA", 2716 "suppl": ("N",), 2717 }
2718 2719 2720 rest_dict["BaeI"] = _temp() 2721 2722
2723 -def _temp():
2724 return { 2725 "charac": (None, None, None, None, "CCCGAG"), 2726 "compsite": "(?=(?P<Bag18758I>CCCGAG))|(?=(?P<Bag18758I_as>CTCGGG))", 2727 "dna": None, 2728 "freq": 4096.0, 2729 "fst3": None, 2730 "fst5": None, 2731 "inact_temp": 65, 2732 "opt_temp": 37, 2733 "ovhg": None, 2734 "ovhgseq": None, 2735 "results": None, 2736 "scd3": None, 2737 "scd5": None, 2738 "site": "CCCGAG", 2739 "size": 6, 2740 "substrat": "DNA", 2741 "suppl": (), 2742 }
2743 2744 2745 rest_dict["Bag18758I"] = _temp() 2746 2747
2748 -def _temp():
2749 return { 2750 "charac": (3, -3, None, None, "TGGCCA"), 2751 "compsite": "(?=(?P<BalI>TGGCCA))", 2752 "dna": None, 2753 "freq": 4096.0, 2754 "fst3": -3, 2755 "fst5": 3, 2756 "inact_temp": 65, 2757 "opt_temp": 37, 2758 "ovhg": 0, 2759 "ovhgseq": "", 2760 "results": None, 2761 "scd3": None, 2762 "scd5": None, 2763 "site": "TGGCCA", 2764 "size": 6, 2765 "substrat": "DNA", 2766 "suppl": ("B", "J", "K", "Q", "R", "X"), 2767 }
2768 2769 2770 rest_dict["BalI"] = _temp() 2771 2772
2773 -def _temp():
2774 return { 2775 "charac": (1, -1, None, None, "GGATCC"), 2776 "compsite": "(?=(?P<BamHI>GGATCC))", 2777 "dna": None, 2778 "freq": 4096.0, 2779 "fst3": -1, 2780 "fst5": 1, 2781 "inact_temp": 65, 2782 "opt_temp": 37, 2783 "ovhg": -4, 2784 "ovhgseq": "GATC", 2785 "results": None, 2786 "scd3": None, 2787 "scd5": None, 2788 "site": "GGATCC", 2789 "size": 6, 2790 "substrat": "DNA", 2791 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X", "Y"), 2792 }
2793 2794 2795 rest_dict["BamHI"] = _temp() 2796 2797
2798 -def _temp():
2799 return { 2800 "charac": (1, -1, None, None, "GGYRCC"), 2801 "compsite": "(?=(?P<BanI>GG[CT][AG]CC))", 2802 "dna": None, 2803 "freq": 1024.0, 2804 "fst3": -1, 2805 "fst5": 1, 2806 "inact_temp": 65, 2807 "opt_temp": 37, 2808 "ovhg": -4, 2809 "ovhgseq": "GYRC", 2810 "results": None, 2811 "scd3": None, 2812 "scd5": None, 2813 "site": "GGYRCC", 2814 "size": 6, 2815 "substrat": "DNA", 2816 "suppl": ("N", "R"), 2817 }
2818 2819 2820 rest_dict["BanI"] = _temp() 2821 2822
2823 -def _temp():
2824 return { 2825 "charac": (5, -5, None, None, "GRGCYC"), 2826 "compsite": "(?=(?P<BanII>G[AG]GC[CT]C))", 2827 "dna": None, 2828 "freq": 1024.0, 2829 "fst3": -5, 2830 "fst5": 5, 2831 "inact_temp": 65, 2832 "opt_temp": 37, 2833 "ovhg": 4, 2834 "ovhgseq": "RGCY", 2835 "results": None, 2836 "scd3": None, 2837 "scd5": None, 2838 "site": "GRGCYC", 2839 "size": 6, 2840 "substrat": "DNA", 2841 "suppl": ("K", "N", "X"), 2842 }
2843 2844 2845 rest_dict["BanII"] = _temp() 2846 2847
2848 -def _temp():
2849 return { 2850 "charac": (None, None, None, None, "RTCAGG"), 2851 "compsite": "(?=(?P<BanLI>[AG]TCAGG))|(?=(?P<BanLI_as>CCTGA[CT]))", 2852 "dna": None, 2853 "freq": 2048.0, 2854 "fst3": None, 2855 "fst5": None, 2856 "inact_temp": 65, 2857 "opt_temp": 37, 2858 "ovhg": None, 2859 "ovhgseq": None, 2860 "results": None, 2861 "scd3": None, 2862 "scd5": None, 2863 "site": "RTCAGG", 2864 "size": 6, 2865 "substrat": "DNA", 2866 "suppl": (), 2867 }
2868 2869 2870 rest_dict["BanLI"] = _temp() 2871 2872
2873 -def _temp():
2874 return { 2875 "charac": (-7, -25, 25, 7, "GAAGNNNNNNTAC"), 2876 "compsite": "(?=(?P<BarI>GAAG......TAC))|(?=(?P<BarI_as>GTA......CTTC))", 2877 "dna": None, 2878 "freq": 16384.0, 2879 "fst3": -25, 2880 "fst5": -7, 2881 "inact_temp": 65, 2882 "opt_temp": 37, 2883 "ovhg": 5, 2884 "ovhgseq": "NNNNN", 2885 "results": None, 2886 "scd3": 7, 2887 "scd5": 25, 2888 "site": "GAAGNNNNNNTAC", 2889 "size": 13, 2890 "substrat": "DNA", 2891 "suppl": ("I",), 2892 }
2893 2894 2895 rest_dict["BarI"] = _temp() 2896 2897
2898 -def _temp():
2899 return { 2900 "charac": (None, None, None, None, "GTTCAG"), 2901 "compsite": "(?=(?P<Bau1417V>GTTCAG))|(?=(?P<Bau1417V_as>CTGAAC))", 2902 "dna": None, 2903 "freq": 4096.0, 2904 "fst3": None, 2905 "fst5": None, 2906 "inact_temp": 65, 2907 "opt_temp": 37, 2908 "ovhg": None, 2909 "ovhgseq": None, 2910 "results": None, 2911 "scd3": None, 2912 "scd5": None, 2913 "site": "GTTCAG", 2914 "size": 6, 2915 "substrat": "DNA", 2916 "suppl": (), 2917 }
2918 2919 2920 rest_dict["Bau1417V"] = _temp() 2921 2922
2923 -def _temp():
2924 return { 2925 "charac": (1, -1, None, None, "CACGAG"), 2926 "compsite": "(?=(?P<BauI>CACGAG))|(?=(?P<BauI_as>CTCGTG))", 2927 "dna": None, 2928 "freq": 4096.0, 2929 "fst3": -1, 2930 "fst5": 1, 2931 "inact_temp": 65, 2932 "opt_temp": 37, 2933 "ovhg": -4, 2934 "ovhgseq": "ACGA", 2935 "results": None, 2936 "scd3": None, 2937 "scd5": None, 2938 "site": "CACGAG", 2939 "size": 6, 2940 "substrat": "DNA", 2941 "suppl": ("B",), 2942 }
2943 2944 2945 rest_dict["BauI"] = _temp() 2946 2947
2948 -def _temp():
2949 return { 2950 "charac": (None, None, None, None, "GGCGAG"), 2951 "compsite": "(?=(?P<Bbr52II>GGCGAG))|(?=(?P<Bbr52II_as>CTCGCC))", 2952 "dna": None, 2953 "freq": 4096.0, 2954 "fst3": None, 2955 "fst5": None, 2956 "inact_temp": 65, 2957 "opt_temp": 37, 2958 "ovhg": None, 2959 "ovhgseq": None, 2960 "results": None, 2961 "scd3": None, 2962 "scd5": None, 2963 "site": "GGCGAG", 2964 "size": 6, 2965 "substrat": "DNA", 2966 "suppl": (), 2967 }
2968 2969 2970 rest_dict["Bbr52II"] = _temp() 2971 2972
2973 -def _temp():
2974 return { 2975 "charac": (None, None, None, None, "GTRAAYG"), 2976 "compsite": "(?=(?P<Bbr57III>GT[AG]AA[CT]G))|(?=(?P<Bbr57III_as>C[AG]TT[CT]AC))", 2977 "dna": None, 2978 "freq": 4096.0, 2979 "fst3": None, 2980 "fst5": None, 2981 "inact_temp": 65, 2982 "opt_temp": 37, 2983 "ovhg": None, 2984 "ovhgseq": None, 2985 "results": None, 2986 "scd3": None, 2987 "scd5": None, 2988 "site": "GTRAAYG", 2989 "size": 7, 2990 "substrat": "DNA", 2991 "suppl": (), 2992 }
2993 2994 2995 rest_dict["Bbr57III"] = _temp() 2996 2997
2998 -def _temp():
2999 return { 3000 "charac": (None, None, None, None, "CGGGAG"), 3001 "compsite": "(?=(?P<Bbr7017II>CGGGAG))|(?=(?P<Bbr7017II_as>CTCCCG))", 3002 "dna": None, 3003 "freq": 4096.0, 3004 "fst3": None, 3005 "fst5": None, 3006 "inact_temp": 65, 3007 "opt_temp": 37, 3008 "ovhg": None, 3009 "ovhgseq": None, 3010 "results": None, 3011 "scd3": None, 3012 "scd5": None, 3013 "site": "CGGGAG", 3014 "size": 6, 3015 "substrat": "DNA", 3016 "suppl": (), 3017 }
3018 3019 3020 rest_dict["Bbr7017II"] = _temp() 3021 3022
3023 -def _temp():
3024 return { 3025 "charac": (None, None, None, None, "GGRCAG"), 3026 "compsite": "(?=(?P<Bbr7017III>GG[AG]CAG))|(?=(?P<Bbr7017III_as>CTG[CT]CC))", 3027 "dna": None, 3028 "freq": 2048.0, 3029 "fst3": None, 3030 "fst5": None, 3031 "inact_temp": 65, 3032 "opt_temp": 37, 3033 "ovhg": None, 3034 "ovhgseq": None, 3035 "results": None, 3036 "scd3": None, 3037 "scd5": None, 3038 "site": "GGRCAG", 3039 "size": 6, 3040 "substrat": "DNA", 3041 "suppl": (), 3042 }
3043 3044 3045 rest_dict["Bbr7017III"] = _temp() 3046 3047
3048 -def _temp():
3049 return { 3050 "charac": (3, -3, None, None, "CACGTG"), 3051 "compsite": "(?=(?P<BbrPI>CACGTG))", 3052 "dna": None, 3053 "freq": 4096.0, 3054 "fst3": -3, 3055 "fst5": 3, 3056 "inact_temp": 65, 3057 "opt_temp": 37, 3058 "ovhg": 0, 3059 "ovhgseq": "", 3060 "results": None, 3061 "scd3": None, 3062 "scd5": None, 3063 "site": "CACGTG", 3064 "size": 6, 3065 "substrat": "DNA", 3066 "suppl": ("M",), 3067 }
3068 3069 3070 rest_dict["BbrPI"] = _temp() 3071 3072
3073 -def _temp():
3074 return { 3075 "charac": (8, 6, None, None, "GAAGAC"), 3076 "compsite": "(?=(?P<BbsI>GAAGAC))|(?=(?P<BbsI_as>GTCTTC))", 3077 "dna": None, 3078 "freq": 4096.0, 3079 "fst3": 6, 3080 "fst5": 8, 3081 "inact_temp": 65, 3082 "opt_temp": 37, 3083 "ovhg": -4, 3084 "ovhgseq": "NNNN", 3085 "results": None, 3086 "scd3": None, 3087 "scd5": None, 3088 "site": "GAAGAC", 3089 "size": 6, 3090 "substrat": "DNA", 3091 "suppl": ("N",), 3092 }
3093 3094 3095 rest_dict["BbsI"] = _temp() 3096 3097
3098 -def _temp():
3099 return { 3100 "charac": (None, None, None, None, "GNAAYG"), 3101 "compsite": "(?=(?P<BbuB31I>G.AA[CT]G))|(?=(?P<BbuB31I_as>C[AG]TT.C))", 3102 "dna": None, 3103 "freq": 512.0, 3104 "fst3": None, 3105 "fst5": None, 3106 "inact_temp": 65, 3107 "opt_temp": 37, 3108 "ovhg": None, 3109 "ovhgseq": None, 3110 "results": None, 3111 "scd3": None, 3112 "scd5": None, 3113 "site": "GNAAYG", 3114 "size": 6, 3115 "substrat": "DNA", 3116 "suppl": (), 3117 }
3118 3119 3120 rest_dict["BbuB31I"] = _temp() 3121 3122
3123 -def _temp():
3124 return { 3125 "charac": (None, None, None, None, "CGRKA"), 3126 "compsite": "(?=(?P<BbuB31II>CG[AG][GT]A))|(?=(?P<BbuB31II_as>T[AC][CT]CG))", 3127 "dna": None, 3128 "freq": 256.0, 3129 "fst3": None, 3130 "fst5": None, 3131 "inact_temp": 65, 3132 "opt_temp": 37, 3133 "ovhg": None, 3134 "ovhgseq": None, 3135 "results": None, 3136 "scd3": None, 3137 "scd5": None, 3138 "site": "CGRKA", 3139 "size": 5, 3140 "substrat": "DNA", 3141 "suppl": (), 3142 }
3143 3144 3145 rest_dict["BbuB31II"] = _temp() 3146 3147
3148 -def _temp():
3149 return { 3150 "charac": (5, -5, None, None, "GWGCWC"), 3151 "compsite": "(?=(?P<Bbv12I>G[AT]GC[AT]C))", 3152 "dna": None, 3153 "freq": 1024.0, 3154 "fst3": -5, 3155 "fst5": 5, 3156 "inact_temp": 65, 3157 "opt_temp": 37, 3158 "ovhg": 4, 3159 "ovhgseq": "WGCW", 3160 "results": None, 3161 "scd3": None, 3162 "scd5": None, 3163 "site": "GWGCWC", 3164 "size": 6, 3165 "substrat": "DNA", 3166 "suppl": ("I", "V"), 3167 }
3168 3169 3170 rest_dict["Bbv12I"] = _temp() 3171 3172
3173 -def _temp():
3174 return { 3175 "charac": (2, -2, None, None, "CCTCAGC"), 3176 "compsite": "(?=(?P<BbvCI>CCTCAGC))|(?=(?P<BbvCI_as>GCTGAGG))", 3177 "dna": None, 3178 "freq": 16384.0, 3179 "fst3": -2, 3180 "fst5": 2, 3181 "inact_temp": 65, 3182 "opt_temp": 37, 3183 "ovhg": -3, 3184 "ovhgseq": "TCA", 3185 "results": None, 3186 "scd3": None, 3187 "scd5": None, 3188 "site": "CCTCAGC", 3189 "size": 7, 3190 "substrat": "DNA", 3191 "suppl": ("N",), 3192 }
3193 3194 3195 rest_dict["BbvCI"] = _temp() 3196 3197
3198 -def _temp():
3199 return { 3200 "charac": (13, 12, None, None, "GCAGC"), 3201 "compsite": "(?=(?P<BbvI>GCAGC))|(?=(?P<BbvI_as>GCTGC))", 3202 "dna": None, 3203 "freq": 1024.0, 3204 "fst3": 12, 3205 "fst5": 13, 3206 "inact_temp": 65, 3207 "opt_temp": 37, 3208 "ovhg": -4, 3209 "ovhgseq": "NNNN", 3210 "results": None, 3211 "scd3": None, 3212 "scd5": None, 3213 "site": "GCAGC", 3214 "size": 5, 3215 "substrat": "DNA", 3216 "suppl": ("N",), 3217 }
3218 3219 3220 rest_dict["BbvI"] = _temp() 3221 3222
3223 -def _temp():
3224 return { 3225 "charac": (8, 6, None, None, "GAAGAC"), 3226 "compsite": "(?=(?P<BbvII>GAAGAC))|(?=(?P<BbvII_as>GTCTTC))", 3227 "dna": None, 3228 "freq": 4096.0, 3229 "fst3": 6, 3230 "fst5": 8, 3231 "inact_temp": 65, 3232 "opt_temp": 37, 3233 "ovhg": -4, 3234 "ovhgseq": "NNNN", 3235 "results": None, 3236 "scd3": None, 3237 "scd5": None, 3238 "site": "GAAGAC", 3239 "size": 6, 3240 "substrat": "DNA", 3241 "suppl": (), 3242 }
3243 3244 3245 rest_dict["BbvII"] = _temp() 3246 3247
3248 -def _temp():
3249 return { 3250 "charac": (9, 5, None, None, "CCATC"), 3251 "compsite": "(?=(?P<BccI>CCATC))|(?=(?P<BccI_as>GATGG))", 3252 "dna": None, 3253 "freq": 1024.0, 3254 "fst3": 5, 3255 "fst5": 9, 3256 "inact_temp": 65, 3257 "opt_temp": 37, 3258 "ovhg": -1, 3259 "ovhgseq": "N", 3260 "results": None, 3261 "scd3": None, 3262 "scd5": None, 3263 "site": "CCATC", 3264 "size": 5, 3265 "substrat": "DNA", 3266 "suppl": ("N",), 3267 }
3268 3269 3270 rest_dict["BccI"] = _temp() 3271 3272
3273 -def _temp():
3274 return { 3275 "charac": (None, None, None, None, "TAGGAG"), 3276 "compsite": "(?=(?P<Bce3081I>TAGGAG))|(?=(?P<Bce3081I_as>CTCCTA))", 3277 "dna": None, 3278 "freq": 4096.0, 3279 "fst3": None, 3280 "fst5": None, 3281 "inact_temp": 65, 3282 "opt_temp": 37, 3283 "ovhg": None, 3284 "ovhgseq": None, 3285 "results": None, 3286 "scd3": None, 3287 "scd5": None, 3288 "site": "TAGGAG", 3289 "size": 6, 3290 "substrat": "DNA", 3291 "suppl": (), 3292 }
3293 3294 3295 rest_dict["Bce3081I"] = _temp() 3296 3297
3298 -def _temp():
3299 return { 3300 "charac": (22, 14, None, None, "CTTGAG"), 3301 "compsite": "(?=(?P<Bce83I>CTTGAG))|(?=(?P<Bce83I_as>CTCAAG))", 3302 "dna": None, 3303 "freq": 4096.0, 3304 "fst3": 14, 3305 "fst5": 22, 3306 "inact_temp": 65, 3307 "opt_temp": 37, 3308 "ovhg": 2, 3309 "ovhgseq": "NN", 3310 "results": None, 3311 "scd3": None, 3312 "scd5": None, 3313 "site": "CTTGAG", 3314 "size": 6, 3315 "substrat": "DNA", 3316 "suppl": (), 3317 }
3318 3319 3320 rest_dict["Bce83I"] = _temp() 3321 3322
3323 -def _temp():
3324 return { 3325 "charac": (17, 14, None, None, "ACGGC"), 3326 "compsite": "(?=(?P<BceAI>ACGGC))|(?=(?P<BceAI_as>GCCGT))", 3327 "dna": None, 3328 "freq": 1024.0, 3329 "fst3": 14, 3330 "fst5": 17, 3331 "inact_temp": 65, 3332 "opt_temp": 37, 3333 "ovhg": -2, 3334 "ovhgseq": "NN", 3335 "results": None, 3336 "scd3": None, 3337 "scd5": None, 3338 "site": "ACGGC", 3339 "size": 5, 3340 "substrat": "DNA", 3341 "suppl": ("N",), 3342 }
3343 3344 3345 rest_dict["BceAI"] = _temp() 3346 3347
3348 -def _temp():
3349 return { 3350 "charac": (-7, -10, 14, 11, "GCAGC"), 3351 "compsite": "(?=(?P<BceSIV>GCAGC))|(?=(?P<BceSIV_as>GCTGC))", 3352 "dna": None, 3353 "freq": 1024.0, 3354 "fst3": -10, 3355 "fst5": -7, 3356 "inact_temp": 65, 3357 "opt_temp": 37, 3358 "ovhg": -2, 3359 "ovhgseq": "NN", 3360 "results": None, 3361 "scd3": 11, 3362 "scd5": 14, 3363 "site": "GCAGC", 3364 "size": 5, 3365 "substrat": "DNA", 3366 "suppl": (), 3367 }
3368 3369 3370 rest_dict["BceSIV"] = _temp() 3371 3372
3373 -def _temp():
3374 return { 3375 "charac": (17, 13, None, None, "ACGGC"), 3376 "compsite": "(?=(?P<BcefI>ACGGC))|(?=(?P<BcefI_as>GCCGT))", 3377 "dna": None, 3378 "freq": 1024.0, 3379 "fst3": 13, 3380 "fst5": 17, 3381 "inact_temp": 65, 3382 "opt_temp": 37, 3383 "ovhg": -1, 3384 "ovhgseq": "N", 3385 "results": None, 3386 "scd3": None, 3387 "scd5": None, 3388 "site": "ACGGC", 3389 "size": 5, 3390 "substrat": "DNA", 3391 "suppl": (), 3392 }
3393 3394 3395 rest_dict["BcefI"] = _temp() 3396 3397
3398 -def _temp():
3399 return { 3400 "charac": (-10, -24, 24, 10, "CGANNNNNNTGC"), 3401 "compsite": "(?=(?P<BcgI>CGA......TGC))|(?=(?P<BcgI_as>GCA......TCG))", 3402 "dna": None, 3403 "freq": 4096.0, 3404 "fst3": -24, 3405 "fst5": -10, 3406 "inact_temp": 65, 3407 "opt_temp": 37, 3408 "ovhg": 2, 3409 "ovhgseq": "NN", 3410 "results": None, 3411 "scd3": 10, 3412 "scd5": 24, 3413 "site": "CGANNNNNNTGC", 3414 "size": 12, 3415 "substrat": "DNA", 3416 "suppl": ("N",), 3417 }
3418 3419 3420 rest_dict["BcgI"] = _temp() 3421 3422
3423 -def _temp():
3424 return { 3425 "charac": (2, -2, None, None, "CCWGG"), 3426 "compsite": "(?=(?P<BciT130I>CC[AT]GG))", 3427 "dna": None, 3428 "freq": 512.0, 3429 "fst3": -2, 3430 "fst5": 2, 3431 "inact_temp": 65, 3432 "opt_temp": 37, 3433 "ovhg": -1, 3434 "ovhgseq": "W", 3435 "results": None, 3436 "scd3": None, 3437 "scd5": None, 3438 "site": "CCWGG", 3439 "size": 5, 3440 "substrat": "DNA", 3441 "suppl": ("K",), 3442 }
3443 3444 3445 rest_dict["BciT130I"] = _temp() 3446 3447
3448 -def _temp():
3449 return { 3450 "charac": (12, 5, None, None, "GTATCC"), 3451 "compsite": "(?=(?P<BciVI>GTATCC))|(?=(?P<BciVI_as>GGATAC))", 3452 "dna": None, 3453 "freq": 4096.0, 3454 "fst3": 5, 3455 "fst5": 12, 3456 "inact_temp": 65, 3457 "opt_temp": 37, 3458 "ovhg": 1, 3459 "ovhgseq": "N", 3460 "results": None, 3461 "scd3": None, 3462 "scd5": None, 3463 "site": "GTATCC", 3464 "size": 6, 3465 "substrat": "DNA", 3466 "suppl": ("N",), 3467 }
3468 3469 3470 rest_dict["BciVI"] = _temp() 3471 3472
3473 -def _temp():
3474 return { 3475 "charac": (1, -1, None, None, "TGATCA"), 3476 "compsite": "(?=(?P<BclI>TGATCA))", 3477 "dna": None, 3478 "freq": 4096.0, 3479 "fst3": -1, 3480 "fst5": 1, 3481 "inact_temp": 65, 3482 "opt_temp": 37, 3483 "ovhg": -4, 3484 "ovhgseq": "GATC", 3485 "results": None, 3486 "scd3": None, 3487 "scd5": None, 3488 "site": "TGATCA", 3489 "size": 6, 3490 "substrat": "DNA", 3491 "suppl": ("B", "C", "J", "M", "N", "O", "R", "S"), 3492 }
3493 3494 3495 rest_dict["BclI"] = _temp() 3496 3497
3498 -def _temp():
3499 return { 3500 "charac": (2, -2, None, None, "CCSGG"), 3501 "compsite": "(?=(?P<BcnI>CC[CG]GG))", 3502 "dna": None, 3503 "freq": 512.0, 3504 "fst3": -2, 3505 "fst5": 2, 3506 "inact_temp": 65, 3507 "opt_temp": 37, 3508 "ovhg": -1, 3509 "ovhgseq": "S", 3510 "results": None, 3511 "scd3": None, 3512 "scd5": None, 3513 "site": "CCSGG", 3514 "size": 5, 3515 "substrat": "DNA", 3516 "suppl": ("B", "K"), 3517 }
3518 3519 3520 rest_dict["BcnI"] = _temp() 3521 3522
3523 -def _temp():
3524 return { 3525 "charac": (6, 5, None, None, "GTCTC"), 3526 "compsite": "(?=(?P<BcoDI>GTCTC))|(?=(?P<BcoDI_as>GAGAC))", 3527 "dna": None, 3528 "freq": 1024.0, 3529 "fst3": 5, 3530 "fst5": 6, 3531 "inact_temp": 65, 3532 "opt_temp": 37, 3533 "ovhg": -4, 3534 "ovhgseq": "NNNN", 3535 "results": None, 3536 "scd3": None, 3537 "scd5": None, 3538 "site": "GTCTC", 3539 "size": 5, 3540 "substrat": "DNA", 3541 "suppl": ("N",), 3542 }
3543 3544 3545 rest_dict["BcoDI"] = _temp() 3546 3547
3548 -def _temp():
3549 return { 3550 "charac": (1, -1, None, None, "ACTAGT"), 3551 "compsite": "(?=(?P<BcuI>ACTAGT))", 3552 "dna": None, 3553 "freq": 4096.0, 3554 "fst3": -1, 3555 "fst5": 1, 3556 "inact_temp": 65, 3557 "opt_temp": 37, 3558 "ovhg": -4, 3559 "ovhgseq": "CTAG", 3560 "results": None, 3561 "scd3": None, 3562 "scd5": None, 3563 "site": "ACTAGT", 3564 "size": 6, 3565 "substrat": "DNA", 3566 "suppl": ("B",), 3567 }
3568 3569 3570 rest_dict["BcuI"] = _temp() 3571 3572
3573 -def _temp():
3574 return { 3575 "charac": (-10, -24, 24, 10, "TGANNNNNNTCA"), 3576 "compsite": "(?=(?P<BdaI>TGA......TCA))", 3577 "dna": None, 3578 "freq": 4096.0, 3579 "fst3": -24, 3580 "fst5": -10, 3581 "inact_temp": 65, 3582 "opt_temp": 37, 3583 "ovhg": 2, 3584 "ovhgseq": "NN", 3585 "results": None, 3586 "scd3": 10, 3587 "scd5": 24, 3588 "site": "TGANNNNNNTCA", 3589 "size": 12, 3590 "substrat": "DNA", 3591 "suppl": (), 3592 }
3593 3594 3595 rest_dict["BdaI"] = _temp() 3596 3597
3598 -def _temp():
3599 return { 3600 "charac": (1, -1, None, None, "WCCGGW"), 3601 "compsite": "(?=(?P<BetI>[AT]CCGG[AT]))", 3602 "dna": None, 3603 "freq": 1024.0, 3604 "fst3": -1, 3605 "fst5": 1, 3606 "inact_temp": 65, 3607 "opt_temp": 37, 3608 "ovhg": -4, 3609 "ovhgseq": "CCGG", 3610 "results": None, 3611 "scd3": None, 3612 "scd5": None, 3613 "site": "WCCGGW", 3614 "size": 6, 3615 "substrat": "DNA", 3616 "suppl": (), 3617 }
3618 3619 3620 rest_dict["BetI"] = _temp() 3621 3622
3623 -def _temp():
3624 return { 3625 "charac": (1, -1, None, None, "CTAG"), 3626 "compsite": "(?=(?P<BfaI>CTAG))", 3627 "dna": None, 3628 "freq": 256.0, 3629 "fst3": -1, 3630 "fst5": 1, 3631 "inact_temp": 65, 3632 "opt_temp": 37, 3633 "ovhg": -2, 3634 "ovhgseq": "TA", 3635 "results": None, 3636 "scd3": None, 3637 "scd5": None, 3638 "site": "CTAG", 3639 "size": 4, 3640 "substrat": "DNA", 3641 "suppl": ("N",), 3642 }
3643 3644 3645 rest_dict["BfaI"] = _temp() 3646 3647
3648 -def _temp():
3649 return { 3650 "charac": (None, None, None, None, "GANGGAG"), 3651 "compsite": "(?=(?P<BfaSII>GA.GGAG))|(?=(?P<BfaSII_as>CTCC.TC))", 3652 "dna": None, 3653 "freq": 4096.0, 3654 "fst3": None, 3655 "fst5": None, 3656 "inact_temp": 65, 3657 "opt_temp": 37, 3658 "ovhg": None, 3659 "ovhgseq": None, 3660 "results": None, 3661 "scd3": None, 3662 "scd5": None, 3663 "site": "GANGGAG", 3664 "size": 7, 3665 "substrat": "DNA", 3666 "suppl": (), 3667 }
3668 3669 3670 rest_dict["BfaSII"] = _temp() 3671 3672
3673 -def _temp():
3674 return { 3675 "charac": (11, 4, None, None, "ACTGGG"), 3676 "compsite": "(?=(?P<BfiI>ACTGGG))|(?=(?P<BfiI_as>CCCAGT))", 3677 "dna": None, 3678 "freq": 4096.0, 3679 "fst3": 4, 3680 "fst5": 11, 3681 "inact_temp": 65, 3682 "opt_temp": 37, 3683 "ovhg": 1, 3684 "ovhgseq": "N", 3685 "results": None, 3686 "scd3": None, 3687 "scd5": None, 3688 "site": "ACTGGG", 3689 "size": 6, 3690 "substrat": "DNA", 3691 "suppl": (), 3692 }
3693 3694 3695 rest_dict["BfiI"] = _temp() 3696 3697
3698 -def _temp():
3699 return { 3700 "charac": (1, -1, None, None, "CTRYAG"), 3701 "compsite": "(?=(?P<BfmI>CT[AG][CT]AG))", 3702 "dna": None, 3703 "freq": 1024.0, 3704 "fst3": -1, 3705 "fst5": 1, 3706 "inact_temp": 65, 3707 "opt_temp": 37, 3708 "ovhg": -4, 3709 "ovhgseq": "TRYA", 3710 "results": None, 3711 "scd3": None, 3712 "scd5": None, 3713 "site": "CTRYAG", 3714 "size": 6, 3715 "substrat": "DNA", 3716 "suppl": ("B",), 3717 }
3718 3719 3720 rest_dict["BfmI"] = _temp() 3721 3722
3723 -def _temp():
3724 return { 3725 "charac": (5, -5, None, None, "RGCGCY"), 3726 "compsite": "(?=(?P<BfoI>[AG]GCGC[CT]))", 3727 "dna": None, 3728 "freq": 1024.0, 3729 "fst3": -5, 3730 "fst5": 5, 3731 "inact_temp": 65, 3732 "opt_temp": 37, 3733 "ovhg": 4, 3734 "ovhgseq": "GCGC", 3735 "results": None, 3736 "scd3": None, 3737 "scd5": None, 3738 "site": "RGCGCY", 3739 "size": 6, 3740 "substrat": "DNA", 3741 "suppl": ("B",), 3742 }
3743 3744 3745 rest_dict["BfoI"] = _temp() 3746 3747
3748 -def _temp():
3749 return { 3750 "charac": (1, -1, None, None, "CTTAAG"), 3751 "compsite": "(?=(?P<BfrI>CTTAAG))", 3752 "dna": None, 3753 "freq": 4096.0, 3754 "fst3": -1, 3755 "fst5": 1, 3756 "inact_temp": 65, 3757 "opt_temp": 37, 3758 "ovhg": -4, 3759 "ovhgseq": "TTAA", 3760 "results": None, 3761 "scd3": None, 3762 "scd5": None, 3763 "site": "CTTAAG", 3764 "size": 6, 3765 "substrat": "DNA", 3766 "suppl": ("M", "S"), 3767 }
3768 3769 3770 rest_dict["BfrI"] = _temp() 3771 3772
3773 -def _temp():
3774 return { 3775 "charac": (10, 8, None, None, "ACCTGC"), 3776 "compsite": "(?=(?P<BfuAI>ACCTGC))|(?=(?P<BfuAI_as>GCAGGT))", 3777 "dna": None, 3778 "freq": 4096.0, 3779 "fst3": 8, 3780 "fst5": 10, 3781 "inact_temp": 65, 3782 "opt_temp": 37, 3783 "ovhg": -4, 3784 "ovhgseq": "NNNN", 3785 "results": None, 3786 "scd3": None, 3787 "scd5": None, 3788 "site": "ACCTGC", 3789 "size": 6, 3790 "substrat": "DNA", 3791 "suppl": ("N",), 3792 }
3793 3794 3795 rest_dict["BfuAI"] = _temp() 3796 3797
3798 -def _temp():
3799 return { 3800 "charac": (12, 5, None, None, "GTATCC"), 3801 "compsite": "(?=(?P<BfuI>GTATCC))|(?=(?P<BfuI_as>GGATAC))", 3802 "dna": None, 3803 "freq": 4096.0, 3804 "fst3": 5, 3805 "fst5": 12, 3806 "inact_temp": 65, 3807 "opt_temp": 37, 3808 "ovhg": 1, 3809 "ovhgseq": "N", 3810 "results": None, 3811 "scd3": None, 3812 "scd5": None, 3813 "site": "GTATCC", 3814 "size": 6, 3815 "substrat": "DNA", 3816 "suppl": ("B",), 3817 }
3818 3819 3820 rest_dict["BfuI"] = _temp() 3821 3822
3823 -def _temp():
3824 return { 3825 "charac": (None, None, None, None, "GTRAAG"), 3826 "compsite": "(?=(?P<Bga514I>GT[AG]AAG))|(?=(?P<Bga514I_as>CTT[CT]AC))", 3827 "dna": None, 3828 "freq": 2048.0, 3829 "fst3": None, 3830 "fst5": None, 3831 "inact_temp": 65, 3832 "opt_temp": 37, 3833 "ovhg": None, 3834 "ovhgseq": None, 3835 "results": None, 3836 "scd3": None, 3837 "scd5": None, 3838 "site": "GTRAAG", 3839 "size": 6, 3840 "substrat": "DNA", 3841 "suppl": (), 3842 }
3843 3844 3845 rest_dict["Bga514I"] = _temp() 3846 3847
3848 -def _temp():
3849 return { 3850 "charac": (7, -7, None, None, "GCCNNNNNGGC"), 3851 "compsite": "(?=(?P<BglI>GCC.....GGC))", 3852 "dna": None, 3853 "freq": 4096.0, 3854 "fst3": -7, 3855 "fst5": 7, 3856 "inact_temp": 65, 3857 "opt_temp": 37, 3858 "ovhg": 3, 3859 "ovhgseq": "NNN", 3860 "results": None, 3861 "scd3": None, 3862 "scd5": None, 3863 "site": "GCCNNNNNGGC", 3864 "size": 11, 3865 "substrat": "DNA", 3866 "suppl": ("B", "C", "I", "J", "K", "N", "O", "Q", "R", "V", "X"), 3867 }
3868 3869 3870 rest_dict["BglI"] = _temp() 3871 3872
3873 -def _temp():
3874 return { 3875 "charac": (1, -1, None, None, "AGATCT"), 3876 "compsite": "(?=(?P<BglII>AGATCT))", 3877 "dna": None, 3878 "freq": 4096.0, 3879 "fst3": -1, 3880 "fst5": 1, 3881 "inact_temp": 65, 3882 "opt_temp": 37, 3883 "ovhg": -4, 3884 "ovhgseq": "GATC", 3885 "results": None, 3886 "scd3": None, 3887 "scd5": None, 3888 "site": "AGATCT", 3889 "size": 6, 3890 "substrat": "DNA", 3891 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X"), 3892 }
3893 3894 3895 rest_dict["BglII"] = _temp() 3896 3897
3898 -def _temp():
3899 return { 3900 "charac": (9, 5, None, None, "GGATC"), 3901 "compsite": "(?=(?P<BinI>GGATC))|(?=(?P<BinI_as>GATCC))", 3902 "dna": None, 3903 "freq": 1024.0, 3904 "fst3": 5, 3905 "fst5": 9, 3906 "inact_temp": 65, 3907 "opt_temp": 37, 3908 "ovhg": -1, 3909 "ovhgseq": "N", 3910 "results": None, 3911 "scd3": None, 3912 "scd5": None, 3913 "site": "GGATC", 3914 "size": 5, 3915 "substrat": "DNA", 3916 "suppl": (), 3917 }
3918 3919 3920 rest_dict["BinI"] = _temp() 3921 3922
3923 -def _temp():
3924 return { 3925 "charac": (2, -2, None, None, "GCNGC"), 3926 "compsite": "(?=(?P<BisI>GC.GC))", 3927 "dna": None, 3928 "freq": 256.0, 3929 "fst3": -2, 3930 "fst5": 2, 3931 "inact_temp": 65, 3932 "opt_temp": 37, 3933 "ovhg": -1, 3934 "ovhgseq": "N", 3935 "results": None, 3936 "scd3": None, 3937 "scd5": None, 3938 "site": "GCNGC", 3939 "size": 5, 3940 "substrat": "DNA", 3941 "suppl": ("I",), 3942 }
3943 3944 3945 rest_dict["BisI"] = _temp() 3946 3947
3948 -def _temp():
3949 return { 3950 "charac": (None, None, None, None, "RTTAAATM"), 3951 "compsite": "(?=(?P<BkrAM31DI>[AG]TTAAAT[AC]))|(?=(?P<BkrAM31DI_as>[GT]ATTTAA[CT]))", 3952 "dna": None, 3953 "freq": 16384.0, 3954 "fst3": None, 3955 "fst5": None, 3956 "inact_temp": 65, 3957 "opt_temp": 37, 3958 "ovhg": None, 3959 "ovhgseq": None, 3960 "results": None, 3961 "scd3": None, 3962 "scd5": None, 3963 "site": "RTTAAATM", 3964 "size": 8, 3965 "substrat": "DNA", 3966 "suppl": (), 3967 }
3968 3969 3970 rest_dict["BkrAM31DI"] = _temp() 3971 3972
3973 -def _temp():
3974 return { 3975 "charac": (None, None, None, None, "GRAGCAG"), 3976 "compsite": "(?=(?P<Ble402II>G[AG]AGCAG))|(?=(?P<Ble402II_as>CTGCT[CT]C))", 3977 "dna": None, 3978 "freq": 8192.0, 3979 "fst3": None, 3980 "fst5": None, 3981 "inact_temp": 65, 3982 "opt_temp": 37, 3983 "ovhg": None, 3984 "ovhgseq": None, 3985 "results": None, 3986 "scd3": None, 3987 "scd5": None, 3988 "site": "GRAGCAG", 3989 "size": 7, 3990 "substrat": "DNA", 3991 "suppl": (), 3992 }
3993 3994 3995 rest_dict["Ble402II"] = _temp() 3996 3997
3998 -def _temp():
3999 return { 4000 "charac": (1, -1, None, None, "CCTAGG"), 4001 "compsite": "(?=(?P<BlnI>CCTAGG))", 4002 "dna": None, 4003 "freq": 4096.0, 4004 "fst3": -1, 4005 "fst5": 1, 4006 "inact_temp": 65, 4007 "opt_temp": 37, 4008 "ovhg": -4, 4009 "ovhgseq": "CTAG", 4010 "results": None, 4011 "scd3": None, 4012 "scd5": None, 4013 "site": "CCTAGG", 4014 "size": 6, 4015 "substrat": "DNA", 4016 "suppl": ("K", "M", "S"), 4017 }
4018 4019 4020 rest_dict["BlnI"] = _temp() 4021 4022
4023 -def _temp():
4024 return { 4025 "charac": (None, None, None, None, "GAGGAC"), 4026 "compsite": "(?=(?P<BloAII>GAGGAC))|(?=(?P<BloAII_as>GTCCTC))", 4027 "dna": None, 4028 "freq": 4096.0, 4029 "fst3": None, 4030 "fst5": None, 4031 "inact_temp": 65, 4032 "opt_temp": 37, 4033 "ovhg": None, 4034 "ovhgseq": None, 4035 "results": None, 4036 "scd3": None, 4037 "scd5": None, 4038 "site": "GAGGAC", 4039 "size": 6, 4040 "substrat": "DNA", 4041 "suppl": (), 4042 }
4043 4044 4045 rest_dict["BloAII"] = _temp() 4046 4047
4048 -def _temp():
4049 return { 4050 "charac": (2, -2, None, None, "GCTNAGC"), 4051 "compsite": "(?=(?P<BlpI>GCT.AGC))", 4052 "dna": None, 4053 "freq": 4096.0, 4054 "fst3": -2, 4055 "fst5": 2, 4056 "inact_temp": 65, 4057 "opt_temp": 37, 4058 "ovhg": -3, 4059 "ovhgseq": "TNA", 4060 "results": None, 4061 "scd3": None, 4062 "scd5": None, 4063 "site": "GCTNAGC", 4064 "size": 7, 4065 "substrat": "DNA", 4066 "suppl": ("N",), 4067 }
4068 4069 4070 rest_dict["BlpI"] = _temp() 4071 4072
4073 -def _temp():
4074 return { 4075 "charac": (3, -3, None, None, "GCNGC"), 4076 "compsite": "(?=(?P<BlsI>GC.GC))", 4077 "dna": None, 4078 "freq": 256.0, 4079 "fst3": -3, 4080 "fst5": 3, 4081 "inact_temp": 65, 4082 "opt_temp": 37, 4083 "ovhg": 1, 4084 "ovhgseq": "N", 4085 "results": None, 4086 "scd3": None, 4087 "scd5": None, 4088 "site": "GCNGC", 4089 "size": 5, 4090 "substrat": "DNA", 4091 "suppl": ("I",), 4092 }
4093 4094 4095 rest_dict["BlsI"] = _temp() 4096 4097
4098 -def _temp():
4099 return { 4100 "charac": (3, -3, None, None, "AGTACT"), 4101 "compsite": "(?=(?P<BmcAI>AGTACT))", 4102 "dna": None, 4103 "freq": 4096.0, 4104 "fst3": -3, 4105 "fst5": 3, 4106 "inact_temp": 65, 4107 "opt_temp": 37, 4108 "ovhg": 0, 4109 "ovhgseq": "", 4110 "results": None, 4111 "scd3": None, 4112 "scd5": None, 4113 "site": "AGTACT", 4114 "size": 6, 4115 "substrat": "DNA", 4116 "suppl": ("V",), 4117 }
4118 4119 4120 rest_dict["BmcAI"] = _temp() 4121 4122
4123 -def _temp():
4124 return { 4125 "charac": (2, -2, None, None, "CCNGG"), 4126 "compsite": "(?=(?P<Bme1390I>CC.GG))", 4127 "dna": None, 4128 "freq": 256.0, 4129 "fst3": -2, 4130 "fst5": 2, 4131 "inact_temp": 65, 4132 "opt_temp": 37, 4133 "ovhg": -1, 4134 "ovhgseq": "N", 4135 "results": None, 4136 "scd3": None, 4137 "scd5": None, 4138 "site": "CCNGG", 4139 "size": 5, 4140 "substrat": "DNA", 4141 "suppl": ("B",), 4142 }
4143 4144 4145 rest_dict["Bme1390I"] = _temp() 4146 4147
4148 -def _temp():
4149 return { 4150 "charac": (1, -1, None, None, "GGWCC"), 4151 "compsite": "(?=(?P<Bme18I>GG[AT]CC))", 4152 "dna": None, 4153 "freq": 512.0, 4154 "fst3": -1, 4155 "fst5": 1, 4156 "inact_temp": 65, 4157 "opt_temp": 37, 4158 "ovhg": -3, 4159 "ovhgseq": "GWC", 4160 "results": None, 4161 "scd3": None, 4162 "scd5": None, 4163 "site": "GGWCC", 4164 "size": 5, 4165 "substrat": "DNA", 4166 "suppl": ("I", "V"), 4167 }
4168 4169 4170 rest_dict["Bme18I"] = _temp() 4171 4172
4173 -def _temp():
4174 return { 4175 "charac": (3, 0, None, None, "C"), 4176 "compsite": "(?=(?P<BmeDI>C))|(?=(?P<BmeDI_as>G))", 4177 "dna": None, 4178 "freq": 4.0, 4179 "fst3": 0, 4180 "fst5": 3, 4181 "inact_temp": 65, 4182 "opt_temp": 37, 4183 "ovhg": 2, 4184 "ovhgseq": "NN", 4185 "results": None, 4186 "scd3": None, 4187 "scd5": None, 4188 "site": "C", 4189 "size": 1, 4190 "substrat": "DNA", 4191 "suppl": (), 4192 }
4193 4194 4195 rest_dict["BmeDI"] = _temp() 4196 4197
4198 -def _temp():
4199 return { 4200 "charac": (6, -6, None, None, "GACNNNNNGTC"), 4201 "compsite": "(?=(?P<BmeRI>GAC.....GTC))", 4202 "dna": None, 4203 "freq": 4096.0, 4204 "fst3": -6, 4205 "fst5": 6, 4206 "inact_temp": 65, 4207 "opt_temp": 37, 4208 "ovhg": 1, 4209 "ovhgseq": "N", 4210 "results": None, 4211 "scd3": None, 4212 "scd5": None, 4213 "site": "GACNNNNNGTC", 4214 "size": 11, 4215 "substrat": "DNA", 4216 "suppl": ("V",), 4217 }
4218 4219 4220 rest_dict["BmeRI"] = _temp() 4221 4222
4223 -def _temp():
4224 return { 4225 "charac": (1, -1, None, None, "CYCGRG"), 4226 "compsite": "(?=(?P<BmeT110I>C[CT]CG[AG]G))", 4227 "dna": None, 4228 "freq": 1024.0, 4229 "fst3": -1, 4230 "fst5": 1, 4231 "inact_temp": 65, 4232 "opt_temp": 37, 4233 "ovhg": -4, 4234 "ovhgseq": "YCGR", 4235 "results": None, 4236 "scd3": None, 4237 "scd5": None, 4238 "site": "CYCGRG", 4239 "size": 6, 4240 "substrat": "DNA", 4241 "suppl": ("B", "K"), 4242 }
4243 4244 4245 rest_dict["BmeT110I"] = _temp() 4246 4247
4248 -def _temp():
4249 return { 4250 "charac": (3, -3, None, None, "CACGTC"), 4251 "compsite": "(?=(?P<BmgBI>CACGTC))|(?=(?P<BmgBI_as>GACGTG))", 4252 "dna": None, 4253 "freq": 4096.0, 4254 "fst3": -3, 4255 "fst5": 3, 4256 "inact_temp": 65, 4257 "opt_temp": 37, 4258 "ovhg": 0, 4259 "ovhgseq": "", 4260 "results": None, 4261 "scd3": None, 4262 "scd5": None, 4263 "site": "CACGTC", 4264 "size": 6, 4265 "substrat": "DNA", 4266 "suppl": ("N",), 4267 }
4268 4269 4270 rest_dict["BmgBI"] = _temp() 4271 4272
4273 -def _temp():
4274 return { 4275 "charac": (None, None, None, None, "GKGCCC"), 4276 "compsite": "(?=(?P<BmgI>G[GT]GCCC))|(?=(?P<BmgI_as>GGGC[AC]C))", 4277 "dna": None, 4278 "freq": 2048.0, 4279 "fst3": None, 4280 "fst5": None, 4281 "inact_temp": 65, 4282 "opt_temp": 37, 4283 "ovhg": None, 4284 "ovhgseq": None, 4285 "results": None, 4286 "scd3": None, 4287 "scd5": None, 4288 "site": "GKGCCC", 4289 "size": 6, 4290 "substrat": "DNA", 4291 "suppl": (), 4292 }
4293 4294 4295 rest_dict["BmgI"] = _temp() 4296 4297
4298 -def _temp():
4299 return { 4300 "charac": (1, -1, None, None, "GGNCC"), 4301 "compsite": "(?=(?P<BmgT120I>GG.CC))", 4302 "dna": None, 4303 "freq": 256.0, 4304 "fst3": -1, 4305 "fst5": 1, 4306 "inact_temp": 65, 4307 "opt_temp": 37, 4308 "ovhg": -3, 4309 "ovhgseq": "GNC", 4310 "results": None, 4311 "scd3": None, 4312 "scd5": None, 4313 "site": "GGNCC", 4314 "size": 5, 4315 "substrat": "DNA", 4316 "suppl": ("K",), 4317 }
4318 4319 4320 rest_dict["BmgT120I"] = _temp() 4321 4322
4323 -def _temp():
4324 return { 4325 "charac": (3, -3, None, None, "GGNNCC"), 4326 "compsite": "(?=(?P<BmiI>GG..CC))", 4327 "dna": None, 4328 "freq": 256.0, 4329 "fst3": -3, 4330 "fst5": 3, 4331 "inact_temp": 65, 4332 "opt_temp": 37, 4333 "ovhg": 0, 4334 "ovhgseq": "", 4335 "results": None, 4336 "scd3": None, 4337 "scd5": None, 4338 "site": "GGNNCC", 4339 "size": 6, 4340 "substrat": "DNA", 4341 "suppl": ("V",), 4342 }
4343 4344 4345 rest_dict["BmiI"] = _temp() 4346 4347
4348 -def _temp():
4349 return { 4350 "charac": (2, -2, None, None, "CCNGG"), 4351 "compsite": "(?=(?P<BmrFI>CC.GG))", 4352 "dna": None, 4353 "freq": 256.0, 4354 "fst3": -2, 4355 "fst5": 2, 4356 "inact_temp": 65, 4357 "opt_temp": 37, 4358 "ovhg": -1, 4359 "ovhgseq": "N", 4360 "results": None, 4361 "scd3": None, 4362 "scd5": None, 4363 "site": "CCNGG", 4364 "size": 5, 4365 "substrat": "DNA", 4366 "suppl": ("V",), 4367 }
4368 4369 4370 rest_dict["BmrFI"] = _temp() 4371 4372
4373 -def _temp():
4374 return { 4375 "charac": (11, 4, None, None, "ACTGGG"), 4376 "compsite": "(?=(?P<BmrI>ACTGGG))|(?=(?P<BmrI_as>CCCAGT))", 4377 "dna": None, 4378 "freq": 4096.0, 4379 "fst3": 4, 4380 "fst5": 11, 4381 "inact_temp": 65, 4382 "opt_temp": 37, 4383 "ovhg": 1, 4384 "ovhgseq": "N", 4385 "results": None, 4386 "scd3": None, 4387 "scd5": None, 4388 "site": "ACTGGG", 4389 "size": 6, 4390 "substrat": "DNA", 4391 "suppl": ("N",), 4392 }
4393 4394 4395 rest_dict["BmrI"] = _temp() 4396 4397
4398 -def _temp():
4399 return { 4400 "charac": (10, 9, None, None, "GCATC"), 4401 "compsite": "(?=(?P<BmsI>GCATC))|(?=(?P<BmsI_as>GATGC))", 4402 "dna": None, 4403 "freq": 1024.0, 4404 "fst3": 9, 4405 "fst5": 10, 4406 "inact_temp": 65, 4407 "opt_temp": 37, 4408 "ovhg": -4, 4409 "ovhgseq": "NNNN", 4410 "results": None, 4411 "scd3": None, 4412 "scd5": None, 4413 "site": "GCATC", 4414 "size": 5, 4415 "substrat": "DNA", 4416 "suppl": ("B",), 4417 }
4418 4419 4420 rest_dict["BmsI"] = _temp() 4421 4422
4423 -def _temp():
4424 return { 4425 "charac": (5, -5, None, None, "GCTAGC"), 4426 "compsite": "(?=(?P<BmtI>GCTAGC))", 4427 "dna": None, 4428 "freq": 4096.0, 4429 "fst3": -5, 4430 "fst5": 5, 4431 "inact_temp": 65, 4432 "opt_temp": 37, 4433 "ovhg": 4, 4434 "ovhgseq": "CTAG", 4435 "results": None, 4436 "scd3": None, 4437 "scd5": None, 4438 "site": "GCTAGC", 4439 "size": 6, 4440 "substrat": "DNA", 4441 "suppl": ("I", "N", "V"), 4442 }
4443 4444 4445 rest_dict["BmtI"] = _temp() 4446 4447
4448 -def _temp():
4449 return { 4450 "charac": (11, 4, None, None, "ACTGGG"), 4451 "compsite": "(?=(?P<BmuI>ACTGGG))|(?=(?P<BmuI_as>CCCAGT))", 4452 "dna": None, 4453 "freq": 4096.0, 4454 "fst3": 4, 4455 "fst5": 11, 4456 "inact_temp": 65, 4457 "opt_temp": 37, 4458 "ovhg": 1, 4459 "ovhgseq": "N", 4460 "results": None, 4461 "scd3": None, 4462 "scd5": None, 4463 "site": "ACTGGG", 4464 "size": 6, 4465 "substrat": "DNA", 4466 "suppl": ("I",), 4467 }
4468 4469 4470 rest_dict["BmuI"] = _temp() 4471 4472
4473 -def _temp():
4474 return { 4475 "charac": (5, -5, None, None, "GACNNNNGTC"), 4476 "compsite": "(?=(?P<BoxI>GAC....GTC))", 4477 "dna": None, 4478 "freq": 4096.0, 4479 "fst3": -5, 4480 "fst5": 5, 4481 "inact_temp": 65, 4482 "opt_temp": 37, 4483 "ovhg": 0, 4484 "ovhgseq": "", 4485 "results": None, 4486 "scd3": None, 4487 "scd5": None, 4488 "site": "GACNNNNGTC", 4489 "size": 10, 4490 "substrat": "DNA", 4491 "suppl": ("B",), 4492 }
4493 4494 4495 rest_dict["BoxI"] = _temp() 4496 4497
4498 -def _temp():
4499 return { 4500 "charac": (8, 6, None, None, "GAAGAC"), 4501 "compsite": "(?=(?P<BpiI>GAAGAC))|(?=(?P<BpiI_as>GTCTTC))", 4502 "dna": None, 4503 "freq": 4096.0, 4504 "fst3": 6, 4505 "fst5": 8, 4506 "inact_temp": 65, 4507 "opt_temp": 37, 4508 "ovhg": -4, 4509 "ovhgseq": "NNNN", 4510 "results": None, 4511 "scd3": None, 4512 "scd5": None, 4513 "site": "GAAGAC", 4514 "size": 6, 4515 "substrat": "DNA", 4516 "suppl": ("B",), 4517 }
4518 4519 4520 rest_dict["BpiI"] = _temp() 4521 4522
4523 -def _temp():
4524 return { 4525 "charac": (-8, -24, 24, 8, "GAGNNNNNCTC"), 4526 "compsite": "(?=(?P<BplI>GAG.....CTC))", 4527 "dna": None, 4528 "freq": 4096.0, 4529 "fst3": -24, 4530 "fst5": -8, 4531 "inact_temp": 65, 4532 "opt_temp": 37, 4533 "ovhg": 5, 4534 "ovhgseq": "NNNNN", 4535 "results": None, 4536 "scd3": 8, 4537 "scd5": 24, 4538 "site": "GAGNNNNNCTC", 4539 "size": 11, 4540 "substrat": "DNA", 4541 "suppl": ("B",), 4542 }
4543 4544 4545 rest_dict["BplI"] = _temp() 4546 4547
4548 -def _temp():
4549 return { 4550 "charac": (22, 14, None, None, "CTGGAG"), 4551 "compsite": "(?=(?P<BpmI>CTGGAG))|(?=(?P<BpmI_as>CTCCAG))", 4552 "dna": None, 4553 "freq": 4096.0, 4554 "fst3": 14, 4555 "fst5": 22, 4556 "inact_temp": 65, 4557 "opt_temp": 37, 4558 "ovhg": 2, 4559 "ovhgseq": "NN", 4560 "results": None, 4561 "scd3": None, 4562 "scd5": None, 4563 "site": "CTGGAG", 4564 "size": 6, 4565 "substrat": "DNA", 4566 "suppl": ("I", "N"), 4567 }
4568 4569 4570 rest_dict["BpmI"] = _temp() 4571 4572
4573 -def _temp():
4574 return { 4575 "charac": (2, -2, None, None, "CCTNAGC"), 4576 "compsite": "(?=(?P<Bpu10I>CCT.AGC))|(?=(?P<Bpu10I_as>GCT.AGG))", 4577 "dna": None, 4578 "freq": 4096.0, 4579 "fst3": -2, 4580 "fst5": 2, 4581 "inact_temp": 65, 4582 "opt_temp": 37, 4583 "ovhg": -3, 4584 "ovhgseq": "TNA", 4585 "results": None, 4586 "scd3": None, 4587 "scd5": None, 4588 "site": "CCTNAGC", 4589 "size": 7, 4590 "substrat": "DNA", 4591 "suppl": ("B", "I", "N", "V"), 4592 }
4593 4594 4595 rest_dict["Bpu10I"] = _temp() 4596 4597
4598 -def _temp():
4599 return { 4600 "charac": (2, -2, None, None, "GCTNAGC"), 4601 "compsite": "(?=(?P<Bpu1102I>GCT.AGC))", 4602 "dna": None, 4603 "freq": 4096.0, 4604 "fst3": -2, 4605 "fst5": 2, 4606 "inact_temp": 65, 4607 "opt_temp": 37, 4608 "ovhg": -3, 4609 "ovhgseq": "TNA", 4610 "results": None, 4611 "scd3": None, 4612 "scd5": None, 4613 "site": "GCTNAGC", 4614 "size": 7, 4615 "substrat": "DNA", 4616 "suppl": ("B", "K"), 4617 }
4618 4619 4620 rest_dict["Bpu1102I"] = _temp() 4621 4622
4623 -def _temp():
4624 return { 4625 "charac": (2, -2, None, None, "TTCGAA"), 4626 "compsite": "(?=(?P<Bpu14I>TTCGAA))", 4627 "dna": None, 4628 "freq": 4096.0, 4629 "fst3": -2, 4630 "fst5": 2, 4631 "inact_temp": 65, 4632 "opt_temp": 37, 4633 "ovhg": -2, 4634 "ovhgseq": "CG", 4635 "results": None, 4636 "scd3": None, 4637 "scd5": None, 4638 "site": "TTCGAA", 4639 "size": 6, 4640 "substrat": "DNA", 4641 "suppl": ("I", "V"), 4642 }
4643 4644 4645 rest_dict["Bpu14I"] = _temp() 4646 4647
4648 -def _temp():
4649 return { 4650 "charac": (22, 14, None, None, "CTTGAG"), 4651 "compsite": "(?=(?P<BpuEI>CTTGAG))|(?=(?P<BpuEI_as>CTCAAG))", 4652 "dna": None, 4653 "freq": 4096.0, 4654 "fst3": 14, 4655 "fst5": 22, 4656 "inact_temp": 65, 4657 "opt_temp": 37, 4658 "ovhg": 2, 4659 "ovhgseq": "NN", 4660 "results": None, 4661 "scd3": None, 4662 "scd5": None, 4663 "site": "CTTGAG", 4664 "size": 6, 4665 "substrat": "DNA", 4666 "suppl": ("N",), 4667 }
4668 4669 4670 rest_dict["BpuEI"] = _temp() 4671 4672
4673 -def _temp():
4674 return { 4675 "charac": (2, -2, None, None, "CCSGG"), 4676 "compsite": "(?=(?P<BpuMI>CC[CG]GG))", 4677 "dna": None, 4678 "freq": 512.0, 4679 "fst3": -2, 4680 "fst5": 2, 4681 "inact_temp": 65, 4682 "opt_temp": 37, 4683 "ovhg": -1, 4684 "ovhgseq": "S", 4685 "results": None, 4686 "scd3": None, 4687 "scd5": None, 4688 "site": "CCSGG", 4689 "size": 5, 4690 "substrat": "DNA", 4691 "suppl": ("V",), 4692 }
4693 4694 4695 rest_dict["BpuMI"] = _temp() 4696 4697
4698 -def _temp():
4699 return { 4700 "charac": (2, -2, None, None, "ATCGAT"), 4701 "compsite": "(?=(?P<Bsa29I>ATCGAT))", 4702 "dna": None, 4703 "freq": 4096.0, 4704 "fst3": -2, 4705 "fst5": 2, 4706 "inact_temp": 65, 4707 "opt_temp": 37, 4708 "ovhg": -2, 4709 "ovhgseq": "CG", 4710 "results": None, 4711 "scd3": None, 4712 "scd5": None, 4713 "site": "ATCGAT", 4714 "size": 6, 4715 "substrat": "DNA", 4716 "suppl": ("I",), 4717 }
4718 4719 4720 rest_dict["Bsa29I"] = _temp() 4721 4722
4723 -def _temp():
4724 return { 4725 "charac": (3, -3, None, None, "YACGTR"), 4726 "compsite": "(?=(?P<BsaAI>[CT]ACGT[AG]))", 4727 "dna": None, 4728 "freq": 1024.0, 4729 "fst3": -3, 4730 "fst5": 3, 4731 "inact_temp": 65, 4732 "opt_temp": 37, 4733 "ovhg": 0, 4734 "ovhgseq": "", 4735 "results": None, 4736 "scd3": None, 4737 "scd5": None, 4738 "site": "YACGTR", 4739 "size": 6, 4740 "substrat": "DNA", 4741 "suppl": ("N",), 4742 }
4743 4744 4745 rest_dict["BsaAI"] = _temp() 4746 4747
4748 -def _temp():
4749 return { 4750 "charac": (5, -5, None, None, "GATNNNNATC"), 4751 "compsite": "(?=(?P<BsaBI>GAT....ATC))", 4752 "dna": None, 4753 "freq": 4096.0, 4754 "fst3": -5, 4755 "fst5": 5, 4756 "inact_temp": 65, 4757 "opt_temp": 37, 4758 "ovhg": 0, 4759 "ovhgseq": "", 4760 "results": None, 4761 "scd3": None, 4762 "scd5": None, 4763 "site": "GATNNNNATC", 4764 "size": 10, 4765 "substrat": "DNA", 4766 "suppl": ("N",), 4767 }
4768 4769 4770 rest_dict["BsaBI"] = _temp() 4771 4772
4773 -def _temp():
4774 return { 4775 "charac": (2, -2, None, None, "GRCGYC"), 4776 "compsite": "(?=(?P<BsaHI>G[AG]CG[CT]C))", 4777 "dna": None, 4778 "freq": 1024.0, 4779 "fst3": -2, 4780 "fst5": 2, 4781 "inact_temp": 65, 4782 "opt_temp": 37, 4783 "ovhg": -2, 4784 "ovhgseq": "CG", 4785 "results": None, 4786 "scd3": None, 4787 "scd5": None, 4788 "site": "GRCGYC", 4789 "size": 6, 4790 "substrat": "DNA", 4791 "suppl": ("N",), 4792 }
4793 4794 4795 rest_dict["BsaHI"] = _temp() 4796 4797
4798 -def _temp():
4799 return { 4800 "charac": (7, 5, None, None, "GGTCTC"), 4801 "compsite": "(?=(?P<BsaI>GGTCTC))|(?=(?P<BsaI_as>GAGACC))", 4802 "dna": None, 4803 "freq": 4096.0, 4804 "fst3": 5, 4805 "fst5": 7, 4806 "inact_temp": 65, 4807 "opt_temp": 37, 4808 "ovhg": -4, 4809 "ovhgseq": "NNNN", 4810 "results": None, 4811 "scd3": None, 4812 "scd5": None, 4813 "site": "GGTCTC", 4814 "size": 6, 4815 "substrat": "DNA", 4816 "suppl": ("N",), 4817 }
4818 4819 4820 rest_dict["BsaI"] = _temp() 4821 4822
4823 -def _temp():
4824 return { 4825 "charac": (1, -1, None, None, "CCNNGG"), 4826 "compsite": "(?=(?P<BsaJI>CC..GG))", 4827 "dna": None, 4828 "freq": 256.0, 4829 "fst3": -1, 4830 "fst5": 1, 4831 "inact_temp": 65, 4832 "opt_temp": 37, 4833 "ovhg": -4, 4834 "ovhgseq": "CNNG", 4835 "results": None, 4836 "scd3": None, 4837 "scd5": None, 4838 "site": "CCNNGG", 4839 "size": 6, 4840 "substrat": "DNA", 4841 "suppl": ("N",), 4842 }
4843 4844 4845 rest_dict["BsaJI"] = _temp() 4846 4847
4848 -def _temp():
4849 return { 4850 "charac": (1, -1, None, None, "WCCGGW"), 4851 "compsite": "(?=(?P<BsaWI>[AT]CCGG[AT]))", 4852 "dna": None, 4853 "freq": 1024.0, 4854 "fst3": -1, 4855 "fst5": 1, 4856 "inact_temp": 65, 4857 "opt_temp": 37, 4858 "ovhg": -4, 4859 "ovhgseq": "CCGG", 4860 "results": None, 4861 "scd3": None, 4862 "scd5": None, 4863 "site": "WCCGGW", 4864 "size": 6, 4865 "substrat": "DNA", 4866 "suppl": ("N",), 4867 }
4868 4869 4870 rest_dict["BsaWI"] = _temp() 4871 4872
4873 -def _temp():
4874 return { 4875 "charac": (-9, -23, 21, 7, "ACNNNNNCTCC"), 4876 "compsite": "(?=(?P<BsaXI>AC.....CTCC))|(?=(?P<BsaXI_as>GGAG.....GT))", 4877 "dna": None, 4878 "freq": 4096.0, 4879 "fst3": -23, 4880 "fst5": -9, 4881 "inact_temp": 65, 4882 "opt_temp": 37, 4883 "ovhg": 3, 4884 "ovhgseq": "NNN", 4885 "results": None, 4886 "scd3": 7, 4887 "scd5": 21, 4888 "site": "ACNNNNNCTCC", 4889 "size": 11, 4890 "substrat": "DNA", 4891 "suppl": ("N",), 4892 }
4893 4894 4895 rest_dict["BsaXI"] = _temp() 4896 4897
4898 -def _temp():
4899 return { 4900 "charac": (27, 19, None, None, "CAACAC"), 4901 "compsite": "(?=(?P<BsbI>CAACAC))|(?=(?P<BsbI_as>GTGTTG))", 4902 "dna": None, 4903 "freq": 4096.0, 4904 "fst3": 19, 4905 "fst5": 27, 4906 "inact_temp": 65, 4907 "opt_temp": 37, 4908 "ovhg": 2, 4909 "ovhgseq": "NN", 4910 "results": None, 4911 "scd3": None, 4912 "scd5": None, 4913 "site": "CAACAC", 4914 "size": 6, 4915 "substrat": "DNA", 4916 "suppl": (), 4917 }
4918 4919 4920 rest_dict["BsbI"] = _temp() 4921 4922
4923 -def _temp():
4924 return { 4925 "charac": (7, -7, None, None, "CCNNNNNNNGG"), 4926 "compsite": "(?=(?P<Bsc4I>CC.......GG))", 4927 "dna": None, 4928 "freq": 256.0, 4929 "fst3": -7, 4930 "fst5": 7, 4931 "inact_temp": 65, 4932 "opt_temp": 37, 4933 "ovhg": 3, 4934 "ovhgseq": "NNN", 4935 "results": None, 4936 "scd3": None, 4937 "scd5": None, 4938 "site": "CCNNNNNNNGG", 4939 "size": 11, 4940 "substrat": "DNA", 4941 "suppl": ("I",), 4942 }
4943 4944 4945 rest_dict["Bsc4I"] = _temp() 4946 4947
4948 -def _temp():
4949 return { 4950 "charac": (9, 6, None, None, "GCATC"), 4951 "compsite": "(?=(?P<BscAI>GCATC))|(?=(?P<BscAI_as>GATGC))", 4952 "dna": None, 4953 "freq": 1024.0, 4954 "fst3": 6, 4955 "fst5": 9, 4956 "inact_temp": 65, 4957 "opt_temp": 37, 4958 "ovhg": -2, 4959 "ovhgseq": "NN", 4960 "results": None, 4961 "scd3": None, 4962 "scd5": None, 4963 "site": "GCATC", 4964 "size": 5, 4965 "substrat": "DNA", 4966 "suppl": (), 4967 }
4968 4969 4970 rest_dict["BscAI"] = _temp() 4971 4972
4973 -def _temp():
4974 return { 4975 "charac": (None, None, None, None, "CCCGT"), 4976 "compsite": "(?=(?P<BscGI>CCCGT))|(?=(?P<BscGI_as>ACGGG))", 4977 "dna": None, 4978 "freq": 1024.0, 4979 "fst3": None, 4980 "fst5": None, 4981 "inact_temp": 65, 4982 "opt_temp": 37, 4983 "ovhg": None, 4984 "ovhgseq": None, 4985 "results": None, 4986 "scd3": None, 4987 "scd5": None, 4988 "site": "CCCGT", 4989 "size": 5, 4990 "substrat": "DNA", 4991 "suppl": (), 4992 }
4993 4994 4995 rest_dict["BscGI"] = _temp() 4996 4997
4998 -def _temp():
4999 return { 5000 "charac": (1, -1, None, None, "RCCGGY"), 5001 "compsite": "(?=(?P<Bse118I>[AG]CCGG[CT]))", 5002 "dna": None, 5003 "freq": 1024.0, 5004 "fst3": -1, 5005 "fst5": 1, 5006 "inact_temp": 65, 5007 "opt_temp": 37, 5008 "ovhg": -4, 5009 "ovhgseq": "CCGG", 5010 "results": None, 5011 "scd3": None, 5012 "scd5": None, 5013 "site": "RCCGGY", 5014 "size": 6, 5015 "substrat": "DNA", 5016 "suppl": ("I", "V"), 5017 }
5018 5019 5020 rest_dict["Bse118I"] = _temp() 5021 5022
5023 -def _temp():
5024 return { 5025 "charac": (6, -1, None, None, "ACTGG"), 5026 "compsite": "(?=(?P<Bse1I>ACTGG))|(?=(?P<Bse1I_as>CCAGT))", 5027 "dna": None, 5028 "freq": 1024.0, 5029 "fst3": -1, 5030 "fst5": 6, 5031 "inact_temp": 65, 5032 "opt_temp": 37, 5033 "ovhg": 2, 5034 "ovhgseq": "GN", 5035 "results": None, 5036 "scd3": None, 5037 "scd5": None, 5038 "site": "ACTGG", 5039 "size": 5, 5040 "substrat": "DNA", 5041 "suppl": ("I", "V"), 5042 }
5043 5044 5045 rest_dict["Bse1I"] = _temp() 5046 5047
5048 -def _temp():
5049 return { 5050 "charac": (2, -2, None, None, "CCTNAGG"), 5051 "compsite": "(?=(?P<Bse21I>CCT.AGG))", 5052 "dna": None, 5053 "freq": 4096.0, 5054 "fst3": -2, 5055 "fst5": 2, 5056 "inact_temp": 65, 5057 "opt_temp": 37, 5058 "ovhg": -3, 5059 "ovhgseq": "TNA", 5060 "results": None, 5061 "scd3": None, 5062 "scd5": None, 5063 "site": "CCTNAGG", 5064 "size": 7, 5065 "substrat": "DNA", 5066 "suppl": ("I", "V"), 5067 }
5068 5069 5070 rest_dict["Bse21I"] = _temp() 5071 5072
5073 -def _temp():
5074 return { 5075 "charac": (8, 0, None, None, "GCAATG"), 5076 "compsite": "(?=(?P<Bse3DI>GCAATG))|(?=(?P<Bse3DI_as>CATTGC))", 5077 "dna": None, 5078 "freq": 4096.0, 5079 "fst3": 0, 5080 "fst5": 8, 5081 "inact_temp": 65, 5082 "opt_temp": 37, 5083 "ovhg": 2, 5084 "ovhgseq": "NN", 5085 "results": None, 5086 "scd3": None, 5087 "scd5": None, 5088 "site": "GCAATG", 5089 "size": 6, 5090 "substrat": "DNA", 5091 "suppl": ("I", "V"), 5092 }
5093 5094 5095 rest_dict["Bse3DI"] = _temp() 5096 5097
5098 -def _temp():
5099 return { 5100 "charac": (5, -5, None, None, "GATNNNNATC"), 5101 "compsite": "(?=(?P<Bse8I>GAT....ATC))", 5102 "dna": None, 5103 "freq": 4096.0, 5104 "fst3": -5, 5105 "fst5": 5, 5106 "inact_temp": 65, 5107 "opt_temp": 37, 5108 "ovhg": 0, 5109 "ovhgseq": "", 5110 "results": None, 5111 "scd3": None, 5112 "scd5": None, 5113 "site": "GATNNNNATC", 5114 "size": 10, 5115 "substrat": "DNA", 5116 "suppl": ("I", "V"), 5117 }
5118 5119 5120 rest_dict["Bse8I"] = _temp() 5121 5122
5123 -def _temp():
5124 return { 5125 "charac": (1, -1, None, None, "TCCGGA"), 5126 "compsite": "(?=(?P<BseAI>TCCGGA))", 5127 "dna": None, 5128 "freq": 4096.0, 5129 "fst3": -1, 5130 "fst5": 1, 5131 "inact_temp": 65, 5132 "opt_temp": 37, 5133 "ovhg": -4, 5134 "ovhgseq": "CCGG", 5135 "results": None, 5136 "scd3": None, 5137 "scd5": None, 5138 "site": "TCCGGA", 5139 "size": 6, 5140 "substrat": "DNA", 5141 "suppl": ("C",), 5142 }
5143 5144 5145 rest_dict["BseAI"] = _temp() 5146 5147
5148 -def _temp():
5149 return { 5150 "charac": (2, -2, None, None, "CCWGG"), 5151 "compsite": "(?=(?P<BseBI>CC[AT]GG))", 5152 "dna": None, 5153 "freq": 512.0, 5154 "fst3": -2, 5155 "fst5": 2, 5156 "inact_temp": 65, 5157 "opt_temp": 37, 5158 "ovhg": -1, 5159 "ovhgseq": "W", 5160 "results": None, 5161 "scd3": None, 5162 "scd5": None, 5163 "site": "CCWGG", 5164 "size": 5, 5165 "substrat": "DNA", 5166 "suppl": ("C",), 5167 }
5168 5169 5170 rest_dict["BseBI"] = _temp() 5171 5172
5173 -def _temp():
5174 return { 5175 "charac": (2, -2, None, None, "ATCGAT"), 5176 "compsite": "(?=(?P<BseCI>ATCGAT))", 5177 "dna": None, 5178 "freq": 4096.0, 5179 "fst3": -2, 5180 "fst5": 2, 5181 "inact_temp": 65, 5182 "opt_temp": 37, 5183 "ovhg": -2, 5184 "ovhgseq": "CG", 5185 "results": None, 5186 "scd3": None, 5187 "scd5": None, 5188 "site": "ATCGAT", 5189 "size": 6, 5190 "substrat": "DNA", 5191 "suppl": ("C",), 5192 }
5193 5194 5195 rest_dict["BseCI"] = _temp() 5196 5197
5198 -def _temp():
5199 return { 5200 "charac": (1, -1, None, None, "CCNNGG"), 5201 "compsite": "(?=(?P<BseDI>CC..GG))", 5202 "dna": None, 5203 "freq": 256.0, 5204 "fst3": -1, 5205 "fst5": 1, 5206 "inact_temp": 65, 5207 "opt_temp": 37, 5208 "ovhg": -4, 5209 "ovhgseq": "CNNG", 5210 "results": None, 5211 "scd3": None, 5212 "scd5": None, 5213 "site": "CCNNGG", 5214 "size": 6, 5215 "substrat": "DNA", 5216 "suppl": ("B",), 5217 }
5218 5219 5220 rest_dict["BseDI"] = _temp() 5221 5222
5223 -def _temp():
5224 return { 5225 "charac": (7, 0, None, None, "GGATG"), 5226 "compsite": "(?=(?P<BseGI>GGATG))|(?=(?P<BseGI_as>CATCC))", 5227 "dna": None, 5228 "freq": 1024.0, 5229 "fst3": 0, 5230 "fst5": 7, 5231 "inact_temp": 65, 5232 "opt_temp": 37, 5233 "ovhg": 2, 5234 "ovhgseq": "NN", 5235 "results": None, 5236 "scd3": None, 5237 "scd5": None, 5238 "site": "GGATG", 5239 "size": 5, 5240 "substrat": "DNA", 5241 "suppl": ("B",), 5242 }
5243 5244 5245 rest_dict["BseGI"] = _temp() 5246 5247
5248 -def _temp():
5249 return { 5250 "charac": (5, -5, None, None, "GATNNNNATC"), 5251 "compsite": "(?=(?P<BseJI>GAT....ATC))", 5252 "dna": None, 5253 "freq": 4096.0, 5254 "fst3": -5, 5255 "fst5": 5, 5256 "inact_temp": 65, 5257 "opt_temp": 37, 5258 "ovhg": 0, 5259 "ovhgseq": "", 5260 "results": None, 5261 "scd3": None, 5262 "scd5": None, 5263 "site": "GATNNNNATC", 5264 "size": 10, 5265 "substrat": "DNA", 5266 "suppl": ("B",), 5267 }
5268 5269 5270 rest_dict["BseJI"] = _temp() 5271 5272
5273 -def _temp():
5274 return { 5275 "charac": (7, -7, None, None, "CCNNNNNNNGG"), 5276 "compsite": "(?=(?P<BseLI>CC.......GG))", 5277 "dna": None, 5278 "freq": 256.0, 5279 "fst3": -7, 5280 "fst5": 7, 5281 "inact_temp": 65, 5282 "opt_temp": 37, 5283 "ovhg": 3, 5284 "ovhgseq": "NNN", 5285 "results": None, 5286 "scd3": None, 5287 "scd5": None, 5288 "site": "CCNNNNNNNGG", 5289 "size": 11, 5290 "substrat": "DNA", 5291 "suppl": ("B",), 5292 }
5293 5294 5295 rest_dict["BseLI"] = _temp() 5296 5297
5298 -def _temp():
5299 return { 5300 "charac": (8, 0, None, None, "GCAATG"), 5301 "compsite": "(?=(?P<BseMI>GCAATG))|(?=(?P<BseMI_as>CATTGC))", 5302 "dna": None, 5303 "freq": 4096.0, 5304 "fst3": 0, 5305 "fst5": 8, 5306 "inact_temp": 65, 5307 "opt_temp": 37, 5308 "ovhg": 2, 5309 "ovhgseq": "NN", 5310 "results": None, 5311 "scd3": None, 5312 "scd5": None, 5313 "site": "GCAATG", 5314 "size": 6, 5315 "substrat": "DNA", 5316 "suppl": ("B",), 5317 }
5318 5319 5320 rest_dict["BseMI"] = _temp() 5321 5322
5323 -def _temp():
5324 return { 5325 "charac": (15, 8, None, None, "CTCAG"), 5326 "compsite": "(?=(?P<BseMII>CTCAG))|(?=(?P<BseMII_as>CTGAG))", 5327 "dna": None, 5328 "freq": 1024.0, 5329 "fst3": 8, 5330 "fst5": 15, 5331 "inact_temp": 65, 5332 "opt_temp": 37, 5333 "ovhg": 2, 5334 "ovhgseq": "NN", 5335 "results": None, 5336 "scd3": None, 5337 "scd5": None, 5338 "site": "CTCAG", 5339 "size": 5, 5340 "substrat": "DNA", 5341 "suppl": ("B",), 5342 }
5343 5344 5345 rest_dict["BseMII"] = _temp() 5346 5347
5348 -def _temp():
5349 return { 5350 "charac": (6, -1, None, None, "ACTGG"), 5351 "compsite": "(?=(?P<BseNI>ACTGG))|(?=(?P<BseNI_as>CCAGT))", 5352 "dna": None, 5353 "freq": 1024.0, 5354 "fst3": -1, 5355 "fst5": 6, 5356 "inact_temp": 65, 5357 "opt_temp": 37, 5358 "ovhg": 2, 5359 "ovhgseq": "GN", 5360 "results": None, 5361 "scd3": None, 5362 "scd5": None, 5363 "site": "ACTGG", 5364 "size": 5, 5365 "substrat": "DNA", 5366 "suppl": ("B",), 5367 }
5368 5369 5370 rest_dict["BseNI"] = _temp() 5371 5372
5373 -def _temp():
5374 return { 5375 "charac": (1, -1, None, None, "GCGCGC"), 5376 "compsite": "(?=(?P<BsePI>GCGCGC))", 5377 "dna": None, 5378 "freq": 4096.0, 5379 "fst3": -1, 5380 "fst5": 1, 5381 "inact_temp": 65, 5382 "opt_temp": 37, 5383 "ovhg": -4, 5384 "ovhgseq": "CGCG", 5385 "results": None, 5386 "scd3": None, 5387 "scd5": None, 5388 "site": "GCGCGC", 5389 "size": 6, 5390 "substrat": "DNA", 5391 "suppl": ("I", "V"), 5392 }
5393 5394 5395 rest_dict["BsePI"] = _temp() 5396 5397
5398 -def _temp():
5399 return { 5400 "charac": (16, 8, None, None, "GAGGAG"), 5401 "compsite": "(?=(?P<BseRI>GAGGAG))|(?=(?P<BseRI_as>CTCCTC))", 5402 "dna": None, 5403 "freq": 4096.0, 5404 "fst3": 8, 5405 "fst5": 16, 5406 "inact_temp": 65, 5407 "opt_temp": 37, 5408 "ovhg": 2, 5409 "ovhgseq": "NN", 5410 "results": None, 5411 "scd3": None, 5412 "scd5": None, 5413 "site": "GAGGAG", 5414 "size": 6, 5415 "substrat": "DNA", 5416 "suppl": ("N",), 5417 }
5418 5419 5420 rest_dict["BseRI"] = _temp() 5421 5422
5423 -def _temp():
5424 return { 5425 "charac": (5, -5, None, None, "GKGCMC"), 5426 "compsite": "(?=(?P<BseSI>G[GT]GC[AC]C))", 5427 "dna": None, 5428 "freq": 1024.0, 5429 "fst3": -5, 5430 "fst5": 5, 5431 "inact_temp": 65, 5432 "opt_temp": 37, 5433 "ovhg": 4, 5434 "ovhgseq": "KGCM", 5435 "results": None, 5436 "scd3": None, 5437 "scd5": None, 5438 "site": "GKGCMC", 5439 "size": 6, 5440 "substrat": "DNA", 5441 "suppl": ("B",), 5442 }
5443 5444 5445 rest_dict["BseSI"] = _temp() 5446 5447
5448 -def _temp():
5449 return { 5450 "charac": (1, -1, None, None, "CGGCCG"), 5451 "compsite": "(?=(?P<BseX3I>CGGCCG))", 5452 "dna": None, 5453 "freq": 4096.0, 5454 "fst3": -1, 5455 "fst5": 1, 5456 "inact_temp": 65, 5457 "opt_temp": 37, 5458 "ovhg": -4, 5459 "ovhgseq": "GGCC", 5460 "results": None, 5461 "scd3": None, 5462 "scd5": None, 5463 "site": "CGGCCG", 5464 "size": 6, 5465 "substrat": "DNA", 5466 "suppl": ("I", "V"), 5467 }
5468 5469 5470 rest_dict["BseX3I"] = _temp() 5471 5472
5473 -def _temp():
5474 return { 5475 "charac": (13, 12, None, None, "GCAGC"), 5476 "compsite": "(?=(?P<BseXI>GCAGC))|(?=(?P<BseXI_as>GCTGC))", 5477 "dna": None, 5478 "freq": 1024.0, 5479 "fst3": 12, 5480 "fst5": 13, 5481 "inact_temp": 65, 5482 "opt_temp": 37, 5483 "ovhg": -4, 5484 "ovhgseq": "NNNN", 5485 "results": None, 5486 "scd3": None, 5487 "scd5": None, 5488 "site": "GCAGC", 5489 "size": 5, 5490 "substrat": "DNA", 5491 "suppl": ("B",), 5492 }
5493 5494 5495 rest_dict["BseXI"] = _temp() 5496 5497
5498 -def _temp():
5499 return { 5500 "charac": (1, -1, None, None, "CCCAGC"), 5501 "compsite": "(?=(?P<BseYI>CCCAGC))|(?=(?P<BseYI_as>GCTGGG))", 5502 "dna": None, 5503 "freq": 4096.0, 5504 "fst3": -1, 5505 "fst5": 1, 5506 "inact_temp": 65, 5507 "opt_temp": 37, 5508 "ovhg": -4, 5509 "ovhgseq": "CCAG", 5510 "results": None, 5511 "scd3": None, 5512 "scd5": None, 5513 "site": "CCCAGC", 5514 "size": 6, 5515 "substrat": "DNA", 5516 "suppl": ("N",), 5517 }
5518 5519 5520 rest_dict["BseYI"] = _temp() 5521 5522
5523 -def _temp():
5524 return { 5525 "charac": (22, 14, None, None, "GTGCAG"), 5526 "compsite": "(?=(?P<BsgI>GTGCAG))|(?=(?P<BsgI_as>CTGCAC))", 5527 "dna": None, 5528 "freq": 4096.0, 5529 "fst3": 14, 5530 "fst5": 22, 5531 "inact_temp": 65, 5532 "opt_temp": 37, 5533 "ovhg": 2, 5534 "ovhgseq": "NN", 5535 "results": None, 5536 "scd3": None, 5537 "scd5": None, 5538 "site": "GTGCAG", 5539 "size": 6, 5540 "substrat": "DNA", 5541 "suppl": ("N",), 5542 }
5543 5544 5545 rest_dict["BsgI"] = _temp() 5546 5547
5548 -def _temp():
5549 return { 5550 "charac": (2, -2, None, None, "CGCG"), 5551 "compsite": "(?=(?P<Bsh1236I>CGCG))", 5552 "dna": None, 5553 "freq": 256.0, 5554 "fst3": -2, 5555 "fst5": 2, 5556 "inact_temp": 65, 5557 "opt_temp": 37, 5558 "ovhg": 0, 5559 "ovhgseq": "", 5560 "results": None, 5561 "scd3": None, 5562 "scd5": None, 5563 "site": "CGCG", 5564 "size": 4, 5565 "substrat": "DNA", 5566 "suppl": ("B",), 5567 }
5568 5569 5570 rest_dict["Bsh1236I"] = _temp() 5571 5572
5573 -def _temp():
5574 return { 5575 "charac": (4, -4, None, None, "CGRYCG"), 5576 "compsite": "(?=(?P<Bsh1285I>CG[AG][CT]CG))", 5577 "dna": None, 5578 "freq": 1024.0, 5579 "fst3": -4, 5580 "fst5": 4, 5581 "inact_temp": 65, 5582 "opt_temp": 37, 5583 "ovhg": 2, 5584 "ovhgseq": "RY", 5585 "results": None, 5586 "scd3": None, 5587 "scd5": None, 5588 "site": "CGRYCG", 5589 "size": 6, 5590 "substrat": "DNA", 5591 "suppl": ("B",), 5592 }
5593 5594 5595 rest_dict["Bsh1285I"] = _temp() 5596 5597
5598 -def _temp():
5599 return { 5600 "charac": (2, -2, None, None, "GGCC"), 5601 "compsite": "(?=(?P<BshFI>GGCC))", 5602 "dna": None, 5603 "freq": 256.0, 5604 "fst3": -2, 5605 "fst5": 2, 5606 "inact_temp": 65, 5607 "opt_temp": 37, 5608 "ovhg": 0, 5609 "ovhgseq": "", 5610 "results": None, 5611 "scd3": None, 5612 "scd5": None, 5613 "site": "GGCC", 5614 "size": 4, 5615 "substrat": "DNA", 5616 "suppl": ("C",), 5617 }
5618 5619 5620 rest_dict["BshFI"] = _temp() 5621 5622
5623 -def _temp():
5624 return { 5625 "charac": (1, -1, None, None, "GGYRCC"), 5626 "compsite": "(?=(?P<BshNI>GG[CT][AG]CC))", 5627 "dna": None, 5628 "freq": 1024.0, 5629 "fst3": -1, 5630 "fst5": 1, 5631 "inact_temp": 65, 5632 "opt_temp": 37, 5633 "ovhg": -4, 5634 "ovhgseq": "GYRC", 5635 "results": None, 5636 "scd3": None, 5637 "scd5": None, 5638 "site": "GGYRCC", 5639 "size": 6, 5640 "substrat": "DNA", 5641 "suppl": ("B",), 5642 }
5643 5644 5645 rest_dict["BshNI"] = _temp() 5646 5647
5648 -def _temp():
5649 return { 5650 "charac": (1, -1, None, None, "ACCGGT"), 5651 "compsite": "(?=(?P<BshTI>ACCGGT))", 5652 "dna": None, 5653 "freq": 4096.0, 5654 "fst3": -1, 5655 "fst5": 1, 5656 "inact_temp": 65, 5657 "opt_temp": 37, 5658 "ovhg": -4, 5659 "ovhgseq": "CCGG", 5660 "results": None, 5661 "scd3": None, 5662 "scd5": None, 5663 "site": "ACCGGT", 5664 "size": 6, 5665 "substrat": "DNA", 5666 "suppl": ("B",), 5667 }
5668 5669 5670 rest_dict["BshTI"] = _temp() 5671 5672
5673 -def _temp():
5674 return { 5675 "charac": (2, -2, None, None, "ATCGAT"), 5676 "compsite": "(?=(?P<BshVI>ATCGAT))", 5677 "dna": None, 5678 "freq": 4096.0, 5679 "fst3": -2, 5680 "fst5": 2, 5681 "inact_temp": 65, 5682 "opt_temp": 37, 5683 "ovhg": -2, 5684 "ovhgseq": "CG", 5685 "results": None, 5686 "scd3": None, 5687 "scd5": None, 5688 "site": "ATCGAT", 5689 "size": 6, 5690 "substrat": "DNA", 5691 "suppl": ("V",), 5692 }
5693 5694 5695 rest_dict["BshVI"] = _temp() 5696 5697
5698 -def _temp():
5699 return { 5700 "charac": (4, -4, None, None, "CGRYCG"), 5701 "compsite": "(?=(?P<BsiEI>CG[AG][CT]CG))", 5702 "dna": None, 5703 "freq": 1024.0, 5704 "fst3": -4, 5705 "fst5": 4, 5706 "inact_temp": 65, 5707 "opt_temp": 37, 5708 "ovhg": 2, 5709 "ovhgseq": "RY", 5710 "results": None, 5711 "scd3": None, 5712 "scd5": None, 5713 "site": "CGRYCG", 5714 "size": 6, 5715 "substrat": "DNA", 5716 "suppl": ("N",), 5717 }
5718 5719 5720 rest_dict["BsiEI"] = _temp() 5721 5722
5723 -def _temp():
5724 return { 5725 "charac": (5, -5, None, None, "GWGCWC"), 5726 "compsite": "(?=(?P<BsiHKAI>G[AT]GC[AT]C))", 5727 "dna": None, 5728 "freq": 1024.0, 5729 "fst3": -5, 5730 "fst5": 5, 5731 "inact_temp": 65, 5732 "opt_temp": 37, 5733 "ovhg": 4, 5734 "ovhgseq": "WGCW", 5735 "results": None, 5736 "scd3": None, 5737 "scd5": None, 5738 "site": "GWGCWC", 5739 "size": 6, 5740 "substrat": "DNA", 5741 "suppl": ("N",), 5742 }
5743 5744 5745 rest_dict["BsiHKAI"] = _temp() 5746 5747
5748 -def _temp():
5749 return { 5750 "charac": (1, -1, None, None, "CYCGRG"), 5751 "compsite": "(?=(?P<BsiHKCI>C[CT]CG[AG]G))", 5752 "dna": None, 5753 "freq": 1024.0, 5754 "fst3": -1, 5755 "fst5": 1, 5756 "inact_temp": 65, 5757 "opt_temp": 37, 5758 "ovhg": -4, 5759 "ovhgseq": "YCGR", 5760 "results": None, 5761 "scd3": None, 5762 "scd5": None, 5763 "site": "CYCGRG", 5764 "size": 6, 5765 "substrat": "DNA", 5766 "suppl": ("Q", "X"), 5767 }
5768 5769 5770 rest_dict["BsiHKCI"] = _temp() 5771 5772
5773 -def _temp():
5774 return { 5775 "charac": (1, -1, None, None, "CACGAG"), 5776 "compsite": "(?=(?P<BsiI>CACGAG))|(?=(?P<BsiI_as>CTCGTG))", 5777 "dna": None, 5778 "freq": 4096.0, 5779 "fst3": -1, 5780 "fst5": 1, 5781 "inact_temp": 65, 5782 "opt_temp": 37, 5783 "ovhg": -4, 5784 "ovhgseq": "ACGA", 5785 "results": None, 5786 "scd3": None, 5787 "scd5": None, 5788 "site": "CACGAG", 5789 "size": 6, 5790 "substrat": "DNA", 5791 "suppl": (), 5792 }
5793 5794 5795 rest_dict["BsiI"] = _temp() 5796 5797
5798 -def _temp():
5799 return { 5800 "charac": (1, -1, None, None, "CCGG"), 5801 "compsite": "(?=(?P<BsiSI>CCGG))", 5802 "dna": None, 5803 "freq": 256.0, 5804 "fst3": -1, 5805 "fst5": 1, 5806 "inact_temp": 65, 5807 "opt_temp": 37, 5808 "ovhg": -2, 5809 "ovhgseq": "CG", 5810 "results": None, 5811 "scd3": None, 5812 "scd5": None, 5813 "site": "CCGG", 5814 "size": 4, 5815 "substrat": "DNA", 5816 "suppl": ("C", "Y"), 5817 }
5818 5819 5820 rest_dict["BsiSI"] = _temp() 5821 5822
5823 -def _temp():
5824 return { 5825 "charac": (1, -1, None, None, "CGTACG"), 5826 "compsite": "(?=(?P<BsiWI>CGTACG))", 5827 "dna": None, 5828 "freq": 4096.0, 5829 "fst3": -1, 5830 "fst5": 1, 5831 "inact_temp": 65, 5832 "opt_temp": 37, 5833 "ovhg": -4, 5834 "ovhgseq": "GTAC", 5835 "results": None, 5836 "scd3": None, 5837 "scd5": None, 5838 "site": "CGTACG", 5839 "size": 6, 5840 "substrat": "DNA", 5841 "suppl": ("N",), 5842 }
5843 5844 5845 rest_dict["BsiWI"] = _temp() 5846 5847
5848 -def _temp():
5849 return { 5850 "charac": (7, -7, None, None, "CCNNNNNNNGG"), 5851 "compsite": "(?=(?P<BsiYI>CC.......GG))", 5852 "dna": None, 5853 "freq": 256.0, 5854 "fst3": -7, 5855 "fst5": 7, 5856 "inact_temp": 65, 5857 "opt_temp": 37, 5858 "ovhg": 3, 5859 "ovhgseq": "NNN", 5860 "results": None, 5861 "scd3": None, 5862 "scd5": None, 5863 "site": "CCNNNNNNNGG", 5864 "size": 11, 5865 "substrat": "DNA", 5866 "suppl": (), 5867 }
5868 5869 5870 rest_dict["BsiYI"] = _temp() 5871 5872
5873 -def _temp():
5874 return { 5875 "charac": (15, 14, None, None, "GGGAC"), 5876 "compsite": "(?=(?P<BslFI>GGGAC))|(?=(?P<BslFI_as>GTCCC))", 5877 "dna": None, 5878 "freq": 1024.0, 5879 "fst3": 14, 5880 "fst5": 15, 5881 "inact_temp": 65, 5882 "opt_temp": 37, 5883 "ovhg": -4, 5884 "ovhgseq": "NNNN", 5885 "results": None, 5886 "scd3": None, 5887 "scd5": None, 5888 "site": "GGGAC", 5889 "size": 5, 5890 "substrat": "DNA", 5891 "suppl": ("I",), 5892 }
5893 5894 5895 rest_dict["BslFI"] = _temp() 5896 5897
5898 -def _temp():
5899 return { 5900 "charac": (7, -7, None, None, "CCNNNNNNNGG"), 5901 "compsite": "(?=(?P<BslI>CC.......GG))", 5902 "dna": None, 5903 "freq": 256.0, 5904 "fst3": -7, 5905 "fst5": 7, 5906 "inact_temp": 65, 5907 "opt_temp": 37, 5908 "ovhg": 3, 5909 "ovhgseq": "NNN", 5910 "results": None, 5911 "scd3": None, 5912 "scd5": None, 5913 "site": "CCNNNNNNNGG", 5914 "size": 11, 5915 "substrat": "DNA", 5916 "suppl": ("N",), 5917 }
5918 5919 5920 rest_dict["BslI"] = _temp() 5921 5922
5923 -def _temp():
5924 return { 5925 "charac": (6, 5, None, None, "GTCTC"), 5926 "compsite": "(?=(?P<BsmAI>GTCTC))|(?=(?P<BsmAI_as>GAGAC))", 5927 "dna": None, 5928 "freq": 1024.0, 5929 "fst3": 5, 5930 "fst5": 6, 5931 "inact_temp": 65, 5932 "opt_temp": 37, 5933 "ovhg": -4, 5934 "ovhgseq": "NNNN", 5935 "results": None, 5936 "scd3": None, 5937 "scd5": None, 5938 "site": "GTCTC", 5939 "size": 5, 5940 "substrat": "DNA", 5941 "suppl": ("N",), 5942 }
5943 5944 5945 rest_dict["BsmAI"] = _temp() 5946 5947
5948 -def _temp():
5949 return { 5950 "charac": (7, 5, None, None, "CGTCTC"), 5951 "compsite": "(?=(?P<BsmBI>CGTCTC))|(?=(?P<BsmBI_as>GAGACG))", 5952 "dna": None, 5953 "freq": 4096.0, 5954 "fst3": 5, 5955 "fst5": 7, 5956 "inact_temp": 65, 5957 "opt_temp": 37, 5958 "ovhg": -4, 5959 "ovhgseq": "NNNN", 5960 "results": None, 5961 "scd3": None, 5962 "scd5": None, 5963 "site": "CGTCTC", 5964 "size": 6, 5965 "substrat": "DNA", 5966 "suppl": ("N",), 5967 }
5968 5969 5970 rest_dict["BsmBI"] = _temp() 5971 5972
5973 -def _temp():
5974 return { 5975 "charac": (15, 14, None, None, "GGGAC"), 5976 "compsite": "(?=(?P<BsmFI>GGGAC))|(?=(?P<BsmFI_as>GTCCC))", 5977 "dna": None, 5978 "freq": 1024.0, 5979 "fst3": 14, 5980 "fst5": 15, 5981 "inact_temp": 65, 5982 "opt_temp": 37, 5983 "ovhg": -4, 5984 "ovhgseq": "NNNN", 5985 "results": None, 5986 "scd3": None, 5987 "scd5": None, 5988 "site": "GGGAC", 5989 "size": 5, 5990 "substrat": "DNA", 5991 "suppl": ("N",), 5992 }
5993 5994 5995 rest_dict["BsmFI"] = _temp() 5996 5997
5998 -def _temp():
5999 return { 6000 "charac": (7, -1, None, None, "GAATGC"), 6001 "compsite": "(?=(?P<BsmI>GAATGC))|(?=(?P<BsmI_as>GCATTC))", 6002 "dna": None, 6003 "freq": 4096.0, 6004 "fst3": -1, 6005 "fst5": 7, 6006 "inact_temp": 65, 6007 "opt_temp": 37, 6008 "ovhg": 2, 6009 "ovhgseq": "CN", 6010 "results": None, 6011 "scd3": None, 6012 "scd5": None, 6013 "site": "GAATGC", 6014 "size": 6, 6015 "substrat": "DNA", 6016 "suppl": ("J", "M", "N", "S"), 6017 }
6018 6019 6020 rest_dict["BsmI"] = _temp() 6021 6022
6023 -def _temp():
6024 return { 6025 "charac": (2, -2, None, None, "GGCC"), 6026 "compsite": "(?=(?P<BsnI>GGCC))", 6027 "dna": None, 6028 "freq": 256.0, 6029 "fst3": -2, 6030 "fst5": 2, 6031 "inact_temp": 65, 6032 "opt_temp": 37, 6033 "ovhg": 0, 6034 "ovhgseq": "", 6035 "results": None, 6036 "scd3": None, 6037 "scd5": None, 6038 "site": "GGCC", 6039 "size": 4, 6040 "substrat": "DNA", 6041 "suppl": ("V",), 6042 }
6043 6044 6045 rest_dict["BsnI"] = _temp() 6046 6047
6048 -def _temp():
6049 return { 6050 "charac": (7, 5, None, None, "GGTCTC"), 6051 "compsite": "(?=(?P<Bso31I>GGTCTC))|(?=(?P<Bso31I_as>GAGACC))", 6052 "dna": None, 6053 "freq": 4096.0, 6054 "fst3": 5, 6055 "fst5": 7, 6056 "inact_temp": 65, 6057 "opt_temp": 37, 6058 "ovhg": -4, 6059 "ovhgseq": "NNNN", 6060 "results": None, 6061 "scd3": None, 6062 "scd5": None, 6063 "site": "GGTCTC", 6064 "size": 6, 6065 "substrat": "DNA", 6066 "suppl": ("I", "V"), 6067 }
6068 6069 6070 rest_dict["Bso31I"] = _temp() 6071 6072
6073 -def _temp():
6074 return { 6075 "charac": (1, -1, None, None, "CYCGRG"), 6076 "compsite": "(?=(?P<BsoBI>C[CT]CG[AG]G))", 6077 "dna": None, 6078 "freq": 1024.0, 6079 "fst3": -1, 6080 "fst5": 1, 6081 "inact_temp": 65, 6082 "opt_temp": 37, 6083 "ovhg": -4, 6084 "ovhgseq": "YCGR", 6085 "results": None, 6086 "scd3": None, 6087 "scd5": None, 6088 "site": "CYCGRG", 6089 "size": 6, 6090 "substrat": "DNA", 6091 "suppl": ("N",), 6092 }
6093 6094 6095 rest_dict["BsoBI"] = _temp() 6096 6097
6098 -def _temp():
6099 return { 6100 "charac": (2, -2, None, None, "TTCGAA"), 6101 "compsite": "(?=(?P<Bsp119I>TTCGAA))", 6102 "dna": None, 6103 "freq": 4096.0, 6104 "fst3": -2, 6105 "fst5": 2, 6106 "inact_temp": 65, 6107 "opt_temp": 37, 6108 "ovhg": -2, 6109 "ovhgseq": "CG", 6110 "results": None, 6111 "scd3": None, 6112 "scd5": None, 6113 "site": "TTCGAA", 6114 "size": 6, 6115 "substrat": "DNA", 6116 "suppl": ("B",), 6117 }
6118 6119 6120 rest_dict["Bsp119I"] = _temp() 6121 6122
6123 -def _temp():
6124 return { 6125 "charac": (1, -1, None, None, "GGGCCC"), 6126 "compsite": "(?=(?P<Bsp120I>GGGCCC))", 6127 "dna": None, 6128 "freq": 4096.0, 6129 "fst3": -1, 6130 "fst5": 1, 6131 "inact_temp": 65, 6132 "opt_temp": 37, 6133 "ovhg": -4, 6134 "ovhgseq": "GGCC", 6135 "results": None, 6136 "scd3": None, 6137 "scd5": None, 6138 "site": "GGGCCC", 6139 "size": 6, 6140 "substrat": "DNA", 6141 "suppl": ("B",), 6142 }
6143 6144 6145 rest_dict["Bsp120I"] = _temp() 6146 6147
6148 -def _temp():
6149 return { 6150 "charac": (5, -5, None, None, "GDGCHC"), 6151 "compsite": "(?=(?P<Bsp1286I>G[AGT]GC[ACT]C))", 6152 "dna": None, 6153 "freq": 455.1111111111111, 6154 "fst3": -5, 6155 "fst5": 5, 6156 "inact_temp": 65, 6157 "opt_temp": 37, 6158 "ovhg": 4, 6159 "ovhgseq": "DGCH", 6160 "results": None, 6161 "scd3": None, 6162 "scd5": None, 6163 "site": "GDGCHC", 6164 "size": 6, 6165 "substrat": "DNA", 6166 "suppl": ("J", "K", "N"), 6167 }
6168 6169 6170 rest_dict["Bsp1286I"] = _temp() 6171 6172
6173 -def _temp():
6174 return { 6175 "charac": (1, -1, None, None, "TCCGGA"), 6176 "compsite": "(?=(?P<Bsp13I>TCCGGA))", 6177 "dna": None, 6178 "freq": 4096.0, 6179 "fst3": -1, 6180 "fst5": 1, 6181 "inact_temp": 65, 6182 "opt_temp": 37, 6183 "ovhg": -4, 6184 "ovhgseq": "CCGG", 6185 "results": None, 6186 "scd3": None, 6187 "scd5": None, 6188 "site": "TCCGGA", 6189 "size": 6, 6190 "substrat": "DNA", 6191 "suppl": ("I", "V"), 6192 }
6193 6194 6195 rest_dict["Bsp13I"] = _temp() 6196 6197
6198 -def _temp():
6199 return { 6200 "charac": (1, -1, None, None, "TGTACA"), 6201 "compsite": "(?=(?P<Bsp1407I>TGTACA))", 6202 "dna": None, 6203 "freq": 4096.0, 6204 "fst3": -1, 6205 "fst5": 1, 6206 "inact_temp": 65, 6207 "opt_temp": 37, 6208 "ovhg": -4, 6209 "ovhgseq": "GTAC", 6210 "results": None, 6211 "scd3": None, 6212 "scd5": None, 6213 "site": "TGTACA", 6214 "size": 6, 6215 "substrat": "DNA", 6216 "suppl": ("B", "K"), 6217 }
6218 6219 6220 rest_dict["Bsp1407I"] = _temp() 6221 6222
6223 -def _temp():
6224 return { 6225 "charac": (0, 0, None, None, "GATC"), 6226 "compsite": "(?=(?P<Bsp143I>GATC))", 6227 "dna": None, 6228 "freq": 256.0, 6229 "fst3": 0, 6230 "fst5": 0, 6231 "inact_temp": 65, 6232 "opt_temp": 37, 6233 "ovhg": -4, 6234 "ovhgseq": "GATC", 6235 "results": None, 6236 "scd3": None, 6237 "scd5": None, 6238 "site": "GATC", 6239 "size": 4, 6240 "substrat": "DNA", 6241 "suppl": ("B",), 6242 }
6243 6244 6245 rest_dict["Bsp143I"] = _temp() 6246 6247
6248 -def _temp():
6249 return { 6250 "charac": (2, -2, None, None, "GCTNAGC"), 6251 "compsite": "(?=(?P<Bsp1720I>GCT.AGC))", 6252 "dna": None, 6253 "freq": 4096.0, 6254 "fst3": -2, 6255 "fst5": 2, 6256 "inact_temp": 65, 6257 "opt_temp": 37, 6258 "ovhg": -3, 6259 "ovhgseq": "TNA", 6260 "results": None, 6261 "scd3": None, 6262 "scd5": None, 6263 "site": "GCTNAGC", 6264 "size": 7, 6265 "substrat": "DNA", 6266 "suppl": ("I", "V"), 6267 }
6268 6269 6270 rest_dict["Bsp1720I"] = _temp() 6271 6272
6273 -def _temp():
6274 return { 6275 "charac": (1, -1, None, None, "CCATGG"), 6276 "compsite": "(?=(?P<Bsp19I>CCATGG))", 6277 "dna": None, 6278 "freq": 4096.0, 6279 "fst3": -1, 6280 "fst5": 1, 6281 "inact_temp": 65, 6282 "opt_temp": 37, 6283 "ovhg": -4, 6284 "ovhgseq": "CATG", 6285 "results": None, 6286 "scd3": None, 6287 "scd5": None, 6288 "site": "CCATGG", 6289 "size": 6, 6290 "substrat": "DNA", 6291 "suppl": ("I", "V"), 6292 }
6293 6294 6295 rest_dict["Bsp19I"] = _temp() 6296 6297
6298 -def _temp():
6299 return { 6300 "charac": (-8, -25, 24, 7, "GACNNNNNNTGG"), 6301 "compsite": "(?=(?P<Bsp24I>GAC......TGG))|(?=(?P<Bsp24I_as>CCA......GTC))", 6302 "dna": None, 6303 "freq": 4096.0, 6304 "fst3": -25, 6305 "fst5": -8, 6306 "inact_temp": 65, 6307 "opt_temp": 37, 6308 "ovhg": 5, 6309 "ovhgseq": "NNNNN", 6310 "results": None, 6311 "scd3": 7, 6312 "scd5": 24, 6313 "site": "GACNNNNNNTGG", 6314 "size": 12, 6315 "substrat": "DNA", 6316 "suppl": (), 6317 }
6318 6319 6320 rest_dict["Bsp24I"] = _temp() 6321 6322
6323 -def _temp():
6324 return { 6325 "charac": (None, None, None, None, "CCGCAT"), 6326 "compsite": "(?=(?P<Bsp3004IV>CCGCAT))|(?=(?P<Bsp3004IV_as>ATGCGG))", 6327 "dna": None, 6328 "freq": 4096.0, 6329 "fst3": None, 6330 "fst5": None, 6331 "inact_temp": 65, 6332 "opt_temp": 37, 6333 "ovhg": None, 6334 "ovhgseq": None, 6335 "results": None, 6336 "scd3": None, 6337 "scd5": None, 6338 "site": "CCGCAT", 6339 "size": 6, 6340 "substrat": "DNA", 6341 "suppl": (), 6342 }
6343 6344 6345 rest_dict["Bsp3004IV"] = _temp() 6346 6347
6348 -def _temp():
6349 return { 6350 "charac": (None, None, None, None, "CGCGCAG"), 6351 "compsite": "(?=(?P<Bsp460III>CGCGCAG))|(?=(?P<Bsp460III_as>CTGCGCG))", 6352 "dna": None, 6353 "freq": 16384.0, 6354 "fst3": None, 6355 "fst5": None, 6356 "inact_temp": 65, 6357 "opt_temp": 37, 6358 "ovhg": None, 6359 "ovhgseq": None, 6360 "results": None, 6361 "scd3": None, 6362 "scd5": None, 6363 "site": "CGCGCAG", 6364 "size": 7, 6365 "substrat": "DNA", 6366 "suppl": (), 6367 }
6368 6369 6370 rest_dict["Bsp460III"] = _temp() 6371 6372
6373 -def _temp():
6374 return { 6375 "charac": (3, -3, None, None, "TCGCGA"), 6376 "compsite": "(?=(?P<Bsp68I>TCGCGA))", 6377 "dna": None, 6378 "freq": 4096.0, 6379 "fst3": -3, 6380 "fst5": 3, 6381 "inact_temp": 65, 6382 "opt_temp": 37, 6383 "ovhg": 0, 6384 "ovhgseq": "", 6385 "results": None, 6386 "scd3": None, 6387 "scd5": None, 6388 "site": "TCGCGA", 6389 "size": 6, 6390 "substrat": "DNA", 6391 "suppl": ("B",), 6392 }
6393 6394 6395 rest_dict["Bsp68I"] = _temp() 6396 6397
6398 -def _temp():
6399 return { 6400 "charac": (1, -1, None, None, "CCGC"), 6401 "compsite": "(?=(?P<BspACI>CCGC))|(?=(?P<BspACI_as>GCGG))", 6402 "dna": None, 6403 "freq": 256.0, 6404 "fst3": -1, 6405 "fst5": 1, 6406 "inact_temp": 65, 6407 "opt_temp": 37, 6408 "ovhg": -2, 6409 "ovhgseq": "CG", 6410 "results": None, 6411 "scd3": None, 6412 "scd5": None, 6413 "site": "CCGC", 6414 "size": 4, 6415 "substrat": "DNA", 6416 "suppl": ("I",), 6417 }
6418 6419 6420 rest_dict["BspACI"] = _temp() 6421 6422
6423 -def _temp():
6424 return { 6425 "charac": (2, -2, None, None, "GGCC"), 6426 "compsite": "(?=(?P<BspANI>GGCC))", 6427 "dna": None, 6428 "freq": 256.0, 6429 "fst3": -2, 6430 "fst5": 2, 6431 "inact_temp": 65, 6432 "opt_temp": 37, 6433 "ovhg": 0, 6434 "ovhgseq": "", 6435 "results": None, 6436 "scd3": None, 6437 "scd5": None, 6438 "site": "GGCC", 6439 "size": 4, 6440 "substrat": "DNA", 6441 "suppl": ("X",), 6442 }
6443 6444 6445 rest_dict["BspANI"] = _temp() 6446 6447
6448 -def _temp():
6449 return { 6450 "charac": (14, 7, None, None, "CTCAG"), 6451 "compsite": "(?=(?P<BspCNI>CTCAG))|(?=(?P<BspCNI_as>CTGAG))", 6452 "dna": None, 6453 "freq": 1024.0, 6454 "fst3": 7, 6455 "fst5": 14, 6456 "inact_temp": 65, 6457 "opt_temp": 37, 6458 "ovhg": 2, 6459 "ovhgseq": "NN", 6460 "results": None, 6461 "scd3": None, 6462 "scd5": None, 6463 "site": "CTCAG", 6464 "size": 5, 6465 "substrat": "DNA", 6466 "suppl": ("N",), 6467 }
6468 6469 6470 rest_dict["BspCNI"] = _temp() 6471 6472
6473 -def _temp():
6474 return { 6475 "charac": (9, 6, None, None, "GAGTC"), 6476 "compsite": "(?=(?P<BspD6I>GAGTC))|(?=(?P<BspD6I_as>GACTC))", 6477 "dna": None, 6478 "freq": 1024.0, 6479 "fst3": 6, 6480 "fst5": 9, 6481 "inact_temp": 65, 6482 "opt_temp": 37, 6483 "ovhg": -2, 6484 "ovhgseq": "NN", 6485 "results": None, 6486 "scd3": None, 6487 "scd5": None, 6488 "site": "GAGTC", 6489 "size": 5, 6490 "substrat": "DNA", 6491 "suppl": (), 6492 }
6493 6494 6495 rest_dict["BspD6I"] = _temp() 6496 6497
6498 -def _temp():
6499 return { 6500 "charac": (2, -2, None, None, "ATCGAT"), 6501 "compsite": "(?=(?P<BspDI>ATCGAT))", 6502 "dna": None, 6503 "freq": 4096.0, 6504 "fst3": -2, 6505 "fst5": 2, 6506 "inact_temp": 65, 6507 "opt_temp": 37, 6508 "ovhg": -2, 6509 "ovhgseq": "CG", 6510 "results": None, 6511 "scd3": None, 6512 "scd5": None, 6513 "site": "ATCGAT", 6514 "size": 6, 6515 "substrat": "DNA", 6516 "suppl": ("N",), 6517 }
6518 6519 6520 rest_dict["BspDI"] = _temp() 6521 6522
6523 -def _temp():
6524 return { 6525 "charac": (1, -1, None, None, "TCCGGA"), 6526 "compsite": "(?=(?P<BspEI>TCCGGA))", 6527 "dna": None, 6528 "freq": 4096.0, 6529 "fst3": -1, 6530 "fst5": 1, 6531 "inact_temp": 65, 6532 "opt_temp": 37, 6533 "ovhg": -4, 6534 "ovhgseq": "CCGG", 6535 "results": None, 6536 "scd3": None, 6537 "scd5": None, 6538 "site": "TCCGGA", 6539 "size": 6, 6540 "substrat": "DNA", 6541 "suppl": ("N",), 6542 }
6543 6544 6545 rest_dict["BspEI"] = _temp() 6546 6547
6548 -def _temp():
6549 return { 6550 "charac": (2, -2, None, None, "CGCG"), 6551 "compsite": "(?=(?P<BspFNI>CGCG))", 6552 "dna": None, 6553 "freq": 256.0, 6554 "fst3": -2, 6555 "fst5": 2, 6556 "inact_temp": 65, 6557 "opt_temp": 37, 6558 "ovhg": 0, 6559 "ovhgseq": "", 6560 "results": None, 6561 "scd3": None, 6562 "scd5": None, 6563 "site": "CGCG", 6564 "size": 4, 6565 "substrat": "DNA", 6566 "suppl": ("I",), 6567 }
6568 6569 6570 rest_dict["BspFNI"] = _temp() 6571 6572
6573 -def _temp():
6574 return { 6575 "charac": (None, None, None, None, "CTGGAC"), 6576 "compsite": "(?=(?P<BspGI>CTGGAC))|(?=(?P<BspGI_as>GTCCAG))", 6577 "dna": None, 6578 "freq": 4096.0, 6579 "fst3": None, 6580 "fst5": None, 6581 "inact_temp": 65, 6582 "opt_temp": 37, 6583 "ovhg": None, 6584 "ovhgseq": None, 6585 "results": None, 6586 "scd3": None, 6587 "scd5": None, 6588 "site": "CTGGAC", 6589 "size": 6, 6590 "substrat": "DNA", 6591 "suppl": (), 6592 }
6593 6594 6595 rest_dict["BspGI"] = _temp() 6596 6597
6598 -def _temp():
6599 return { 6600 "charac": (1, -1, None, None, "TCATGA"), 6601 "compsite": "(?=(?P<BspHI>TCATGA))", 6602 "dna": None, 6603 "freq": 4096.0, 6604 "fst3": -1, 6605 "fst5": 1, 6606 "inact_temp": 65, 6607 "opt_temp": 37, 6608 "ovhg": -4, 6609 "ovhgseq": "CATG", 6610 "results": None, 6611 "scd3": None, 6612 "scd5": None, 6613 "site": "TCATGA", 6614 "size": 6, 6615 "substrat": "DNA", 6616 "suppl": ("N",), 6617 }
6618 6619 6620 rest_dict["BspHI"] = _temp() 6621 6622
6623 -def _temp():
6624 return { 6625 "charac": (3, -3, None, None, "GGNNCC"), 6626 "compsite": "(?=(?P<BspLI>GG..CC))", 6627 "dna": None, 6628 "freq": 256.0, 6629 "fst3": -3, 6630 "fst5": 3, 6631 "inact_temp": 65, 6632 "opt_temp": 37, 6633 "ovhg": 0, 6634 "ovhgseq": "", 6635 "results": None, 6636 "scd3": None, 6637 "scd5": None, 6638 "site": "GGNNCC", 6639 "size": 6, 6640 "substrat": "DNA", 6641 "suppl": ("B",), 6642 }
6643 6644 6645 rest_dict["BspLI"] = _temp() 6646 6647
6648 -def _temp():
6649 return { 6650 "charac": (1, -1, None, None, "ACATGT"), 6651 "compsite": "(?=(?P<BspLU11I>ACATGT))", 6652 "dna": None, 6653 "freq": 4096.0, 6654 "fst3": -1, 6655 "fst5": 1, 6656 "inact_temp": 65, 6657 "opt_temp": 37, 6658 "ovhg": -4, 6659 "ovhgseq": "CATG", 6660 "results": None, 6661 "scd3": None, 6662 "scd5": None, 6663 "site": "ACATGT", 6664 "size": 6, 6665 "substrat": "DNA", 6666 "suppl": (), 6667 }
6668 6669 6670 rest_dict["BspLU11I"] = _temp() 6671 6672
6673 -def _temp():
6674 return { 6675 "charac": (5, -5, None, None, "CTGCAG"), 6676 "compsite": "(?=(?P<BspMAI>CTGCAG))", 6677 "dna": None, 6678 "freq": 4096.0, 6679 "fst3": -5, 6680 "fst5": 5, 6681 "inact_temp": 65, 6682 "opt_temp": 37, 6683 "ovhg": 4, 6684 "ovhgseq": "TGCA", 6685 "results": None, 6686 "scd3": None, 6687 "scd5": None, 6688 "site": "CTGCAG", 6689 "size": 6, 6690 "substrat": "DNA", 6691 "suppl": ("X",), 6692 }
6693 6694 6695 rest_dict["BspMAI"] = _temp() 6696 6697
6698 -def _temp():
6699 return { 6700 "charac": (10, 8, None, None, "ACCTGC"), 6701 "compsite": "(?=(?P<BspMI>ACCTGC))|(?=(?P<BspMI_as>GCAGGT))", 6702 "dna": None, 6703 "freq": 4096.0, 6704 "fst3": 8, 6705 "fst5": 10, 6706 "inact_temp": 65, 6707 "opt_temp": 37, 6708 "ovhg": -4, 6709 "ovhgseq": "NNNN", 6710 "results": None, 6711 "scd3": None, 6712 "scd5": None, 6713 "site": "ACCTGC", 6714 "size": 6, 6715 "substrat": "DNA", 6716 "suppl": ("N",), 6717 }
6718 6719 6720 rest_dict["BspMI"] = _temp() 6721 6722
6723 -def _temp():
6724 return { 6725 "charac": (1, -1, None, None, "TCCGGA"), 6726 "compsite": "(?=(?P<BspMII>TCCGGA))", 6727 "dna": None, 6728 "freq": 4096.0, 6729 "fst3": -1, 6730 "fst5": 1, 6731 "inact_temp": 65, 6732 "opt_temp": 37, 6733 "ovhg": -4, 6734 "ovhgseq": "CCGG", 6735 "results": None, 6736 "scd3": None, 6737 "scd5": None, 6738 "site": "TCCGGA", 6739 "size": 6, 6740 "substrat": "DNA", 6741 "suppl": (), 6742 }
6743 6744 6745 rest_dict["BspMII"] = _temp() 6746 6747
6748 -def _temp():
6749 return { 6750 "charac": (None, None, None, None, "CCAGA"), 6751 "compsite": "(?=(?P<BspNCI>CCAGA))|(?=(?P<BspNCI_as>TCTGG))", 6752 "dna": None, 6753 "freq": 1024.0, 6754 "fst3": None, 6755 "fst5": None, 6756 "inact_temp": 65, 6757 "opt_temp": 37, 6758 "ovhg": None, 6759 "ovhgseq": None, 6760 "results": None, 6761 "scd3": None, 6762 "scd5": None, 6763 "site": "CCAGA", 6764 "size": 5, 6765 "substrat": "DNA", 6766 "suppl": (), 6767 }
6768 6769 6770 rest_dict["BspNCI"] = _temp() 6771 6772
6773 -def _temp():
6774 return { 6775 "charac": (5, -5, None, None, "GCTAGC"), 6776 "compsite": "(?=(?P<BspOI>GCTAGC))", 6777 "dna": None, 6778 "freq": 4096.0, 6779 "fst3": -5, 6780 "fst5": 5, 6781 "inact_temp": 65, 6782 "opt_temp": 37, 6783 "ovhg": 4, 6784 "ovhgseq": "CTAG", 6785 "results": None, 6786 "scd3": None, 6787 "scd5": None, 6788 "site": "GCTAGC", 6789 "size": 6, 6790 "substrat": "DNA", 6791 "suppl": ("B",), 6792 }
6793 6794 6795 rest_dict["BspOI"] = _temp() 6796 6797
6798 -def _temp():
6799 return { 6800 "charac": (9, 5, None, None, "GGATC"), 6801 "compsite": "(?=(?P<BspPI>GGATC))|(?=(?P<BspPI_as>GATCC))", 6802 "dna": None, 6803 "freq": 1024.0, 6804 "fst3": 5, 6805 "fst5": 9, 6806 "inact_temp": 65, 6807 "opt_temp": 37, 6808 "ovhg": -1, 6809 "ovhgseq": "N", 6810 "results": None, 6811 "scd3": None, 6812 "scd5": None, 6813 "site": "GGATC", 6814 "size": 5, 6815 "substrat": "DNA", 6816 "suppl": ("B",), 6817 }
6818 6819 6820 rest_dict["BspPI"] = _temp() 6821 6822
6823 -def _temp():
6824 return { 6825 "charac": (8, 4, None, None, "GCTCTTC"), 6826 "compsite": "(?=(?P<BspQI>GCTCTTC))|(?=(?P<BspQI_as>GAAGAGC))", 6827 "dna": None, 6828 "freq": 16384.0, 6829 "fst3": 4, 6830 "fst5": 8, 6831 "inact_temp": 65, 6832 "opt_temp": 37, 6833 "ovhg": -3, 6834 "ovhgseq": "NNN", 6835 "results": None, 6836 "scd3": None, 6837 "scd5": None, 6838 "site": "GCTCTTC", 6839 "size": 7, 6840 "substrat": "DNA", 6841 "suppl": ("N",), 6842 }
6843 6844 6845 rest_dict["BspQI"] = _temp() 6846 6847
6848 -def _temp():
6849 return { 6850 "charac": (2, -2, None, None, "TTCGAA"), 6851 "compsite": "(?=(?P<BspT104I>TTCGAA))", 6852 "dna": None, 6853 "freq": 4096.0, 6854 "fst3": -2, 6855 "fst5": 2, 6856 "inact_temp": 65, 6857 "opt_temp": 37, 6858 "ovhg": -2, 6859 "ovhgseq": "CG", 6860 "results": None, 6861 "scd3": None, 6862 "scd5": None, 6863 "site": "TTCGAA", 6864 "size": 6, 6865 "substrat": "DNA", 6866 "suppl": ("K",), 6867 }
6868 6869 6870 rest_dict["BspT104I"] = _temp() 6871 6872
6873 -def _temp():
6874 return { 6875 "charac": (1, -1, None, None, "GGYRCC"), 6876 "compsite": "(?=(?P<BspT107I>GG[CT][AG]CC))", 6877 "dna": None, 6878 "freq": 1024.0, 6879 "fst3": -1, 6880 "fst5": 1, 6881 "inact_temp": 65, 6882 "opt_temp": 37, 6883 "ovhg": -4, 6884 "ovhgseq": "GYRC", 6885 "results": None, 6886 "scd3": None, 6887 "scd5": None, 6888 "site": "GGYRCC", 6889 "size": 6, 6890 "substrat": "DNA", 6891 "suppl": ("K",), 6892 }
6893 6894 6895 rest_dict["BspT107I"] = _temp() 6896 6897
6898 -def _temp():
6899 return { 6900 "charac": (1, -1, None, None, "CTTAAG"), 6901 "compsite": "(?=(?P<BspTI>CTTAAG))", 6902 "dna": None, 6903 "freq": 4096.0, 6904 "fst3": -1, 6905 "fst5": 1, 6906 "inact_temp": 65, 6907 "opt_temp": 37, 6908 "ovhg": -4, 6909 "ovhgseq": "TTAA", 6910 "results": None, 6911 "scd3": None, 6912 "scd5": None, 6913 "site": "CTTAAG", 6914 "size": 6, 6915 "substrat": "DNA", 6916 "suppl": ("B",), 6917 }
6918 6919 6920 rest_dict["BspTI"] = _temp() 6921 6922
6923 -def _temp():
6924 return { 6925 "charac": (7, 5, None, None, "GGTCTC"), 6926 "compsite": "(?=(?P<BspTNI>GGTCTC))|(?=(?P<BspTNI_as>GAGACC))", 6927 "dna": None, 6928 "freq": 4096.0, 6929 "fst3": 5, 6930 "fst5": 7, 6931 "inact_temp": 65, 6932 "opt_temp": 37, 6933 "ovhg": -4, 6934 "ovhgseq": "NNNN", 6935 "results": None, 6936 "scd3": None, 6937 "scd5": None, 6938 "site": "GGTCTC", 6939 "size": 6, 6940 "substrat": "DNA", 6941 "suppl": ("X",), 6942 }
6943 6944 6945 rest_dict["BspTNI"] = _temp() 6946 6947
6948 -def _temp():
6949 return { 6950 "charac": (3, -3, None, None, "CCGCTC"), 6951 "compsite": "(?=(?P<BsrBI>CCGCTC))|(?=(?P<BsrBI_as>GAGCGG))", 6952 "dna": None, 6953 "freq": 4096.0, 6954 "fst3": -3, 6955 "fst5": 3, 6956 "inact_temp": 65, 6957 "opt_temp": 37, 6958 "ovhg": 0, 6959 "ovhgseq": "", 6960 "results": None, 6961 "scd3": None, 6962 "scd5": None, 6963 "site": "CCGCTC", 6964 "size": 6, 6965 "substrat": "DNA", 6966 "suppl": ("N",), 6967 }
6968 6969 6970 rest_dict["BsrBI"] = _temp() 6971 6972
6973 -def _temp():
6974 return { 6975 "charac": (8, 0, None, None, "GCAATG"), 6976 "compsite": "(?=(?P<BsrDI>GCAATG))|(?=(?P<BsrDI_as>CATTGC))", 6977 "dna": None, 6978 "freq": 4096.0, 6979 "fst3": 0, 6980 "fst5": 8, 6981 "inact_temp": 65, 6982 "opt_temp": 37, 6983 "ovhg": 2, 6984 "ovhgseq": "NN", 6985 "results": None, 6986 "scd3": None, 6987 "scd5": None, 6988 "site": "GCAATG", 6989 "size": 6, 6990 "substrat": "DNA", 6991 "suppl": ("N",), 6992 }
6993 6994 6995 rest_dict["BsrDI"] = _temp() 6996 6997
6998 -def _temp():
6999 return { 7000 "charac": (1, -1, None, None, "RCCGGY"), 7001 "compsite": "(?=(?P<BsrFI>[AG]CCGG[CT]))", 7002 "dna": None, 7003 "freq": 1024.0, 7004 "fst3": -1, 7005 "fst5": 1, 7006 "inact_temp": 65, 7007 "opt_temp": 37, 7008 "ovhg": -4, 7009 "ovhgseq": "CCGG", 7010 "results": None, 7011 "scd3": None, 7012 "scd5": None, 7013 "site": "RCCGGY", 7014 "size": 6, 7015 "substrat": "DNA", 7016 "suppl": ("N",), 7017 }
7018 7019 7020 rest_dict["BsrFI"] = _temp() 7021 7022
7023 -def _temp():
7024 return { 7025 "charac": (1, -1, None, None, "TGTACA"), 7026 "compsite": "(?=(?P<BsrGI>TGTACA))", 7027 "dna": None, 7028 "freq": 4096.0, 7029 "fst3": -1, 7030 "fst5": 1, 7031 "inact_temp": 65, 7032 "opt_temp": 37, 7033 "ovhg": -4, 7034 "ovhgseq": "GTAC", 7035 "results": None, 7036 "scd3": None, 7037 "scd5": None, 7038 "site": "TGTACA", 7039 "size": 6, 7040 "substrat": "DNA", 7041 "suppl": ("N",), 7042 }
7043 7044 7045 rest_dict["BsrGI"] = _temp() 7046 7047
7048 -def _temp():
7049 return { 7050 "charac": (6, -1, None, None, "ACTGG"), 7051 "compsite": "(?=(?P<BsrI>ACTGG))|(?=(?P<BsrI_as>CCAGT))", 7052 "dna": None, 7053 "freq": 1024.0, 7054 "fst3": -1, 7055 "fst5": 6, 7056 "inact_temp": 65, 7057 "opt_temp": 37, 7058 "ovhg": 2, 7059 "ovhgseq": "GN", 7060 "results": None, 7061 "scd3": None, 7062 "scd5": None, 7063 "site": "ACTGG", 7064 "size": 5, 7065 "substrat": "DNA", 7066 "suppl": ("N",), 7067 }
7068 7069 7070 rest_dict["BsrI"] = _temp() 7071 7072
7073 -def _temp():
7074 return { 7075 "charac": (1, -1, None, None, "RCCGGY"), 7076 "compsite": "(?=(?P<BssAI>[AG]CCGG[CT]))", 7077 "dna": None, 7078 "freq": 1024.0, 7079 "fst3": -1, 7080 "fst5": 1, 7081 "inact_temp": 65, 7082 "opt_temp": 37, 7083 "ovhg": -4, 7084 "ovhgseq": "CCGG", 7085 "results": None, 7086 "scd3": None, 7087 "scd5": None, 7088 "site": "RCCGGY", 7089 "size": 6, 7090 "substrat": "DNA", 7091 "suppl": ("C",), 7092 }
7093 7094 7095 rest_dict["BssAI"] = _temp() 7096 7097
7098 -def _temp():
7099 return { 7100 "charac": (1, -1, None, None, "CCNNGG"), 7101 "compsite": "(?=(?P<BssECI>CC..GG))", 7102 "dna": None, 7103 "freq": 256.0, 7104 "fst3": -1, 7105 "fst5": 1, 7106 "inact_temp": 65, 7107 "opt_temp": 37, 7108 "ovhg": -4, 7109 "ovhgseq": "CNNG", 7110 "results": None, 7111 "scd3": None, 7112 "scd5": None, 7113 "site": "CCNNGG", 7114 "size": 6, 7115 "substrat": "DNA", 7116 "suppl": ("I",), 7117 }
7118 7119 7120 rest_dict["BssECI"] = _temp() 7121 7122
7123 -def _temp():
7124 return { 7125 "charac": (1, -1, None, None, "GCGCGC"), 7126 "compsite": "(?=(?P<BssHII>GCGCGC))", 7127 "dna": None, 7128 "freq": 4096.0, 7129 "fst3": -1, 7130 "fst5": 1, 7131 "inact_temp": 65, 7132 "opt_temp": 37, 7133 "ovhg": -4, 7134 "ovhgseq": "CGCG", 7135 "results": None, 7136 "scd3": None, 7137 "scd5": None, 7138 "site": "GCGCGC", 7139 "size": 6, 7140 "substrat": "DNA", 7141 "suppl": ("J", "K", "M", "N", "Q", "R", "X"), 7142 }
7143 7144 7145 rest_dict["BssHII"] = _temp() 7146 7147
7148 -def _temp():
7149 return { 7150 "charac": (0, 0, None, None, "GATC"), 7151 "compsite": "(?=(?P<BssMI>GATC))", 7152 "dna": None, 7153 "freq": 256.0, 7154 "fst3": 0, 7155 "fst5": 0, 7156 "inact_temp": 65, 7157 "opt_temp": 37, 7158 "ovhg": -4, 7159 "ovhgseq": "GATC", 7160 "results": None, 7161 "scd3": None, 7162 "scd5": None, 7163 "site": "GATC", 7164 "size": 4, 7165 "substrat": "DNA", 7166 "suppl": ("V",), 7167 }
7168 7169 7170 rest_dict["BssMI"] = _temp() 7171 7172
7173 -def _temp():
7174 return { 7175 "charac": (3, -3, None, None, "GTATAC"), 7176 "compsite": "(?=(?P<BssNAI>GTATAC))", 7177 "dna": None, 7178 "freq": 4096.0, 7179 "fst3": -3, 7180 "fst5": 3, 7181 "inact_temp": 65, 7182 "opt_temp": 37, 7183 "ovhg": 0, 7184 "ovhgseq": "", 7185 "results": None, 7186 "scd3": None, 7187 "scd5": None, 7188 "site": "GTATAC", 7189 "size": 6, 7190 "substrat": "DNA", 7191 "suppl": ("I", "V"), 7192 }
7193 7194 7195 rest_dict["BssNAI"] = _temp() 7196 7197
7198 -def _temp():
7199 return { 7200 "charac": (2, -2, None, None, "GRCGYC"), 7201 "compsite": "(?=(?P<BssNI>G[AG]CG[CT]C))", 7202 "dna": None, 7203 "freq": 1024.0, 7204 "fst3": -2, 7205 "fst5": 2, 7206 "inact_temp": 65, 7207 "opt_temp": 37, 7208 "ovhg": -2, 7209 "ovhgseq": "CG", 7210 "results": None, 7211 "scd3": None, 7212 "scd5": None, 7213 "site": "GRCGYC", 7214 "size": 6, 7215 "substrat": "DNA", 7216 "suppl": ("V",), 7217 }
7218 7219 7220 rest_dict["BssNI"] = _temp() 7221 7222
7223 -def _temp():
7224 return { 7225 "charac": (1, -1, None, None, "CACGAG"), 7226 "compsite": "(?=(?P<BssSI>CACGAG))|(?=(?P<BssSI_as>CTCGTG))", 7227 "dna": None, 7228 "freq": 4096.0, 7229 "fst3": -1, 7230 "fst5": 1, 7231 "inact_temp": 65, 7232 "opt_temp": 37, 7233 "ovhg": -4, 7234 "ovhgseq": "ACGA", 7235 "results": None, 7236 "scd3": None, 7237 "scd5": None, 7238 "site": "CACGAG", 7239 "size": 6, 7240 "substrat": "DNA", 7241 "suppl": ("N",), 7242 }
7243 7244 7245 rest_dict["BssSI"] = _temp() 7246 7247
7248 -def _temp():
7249 return { 7250 "charac": (1, -1, None, None, "CCWWGG"), 7251 "compsite": "(?=(?P<BssT1I>CC[AT][AT]GG))", 7252 "dna": None, 7253 "freq": 1024.0, 7254 "fst3": -1, 7255 "fst5": 1, 7256 "inact_temp": 65, 7257 "opt_temp": 37, 7258 "ovhg": -4, 7259 "ovhgseq": "CWWG", 7260 "results": None, 7261 "scd3": None, 7262 "scd5": None, 7263 "site": "CCWWGG", 7264 "size": 6, 7265 "substrat": "DNA", 7266 "suppl": ("I", "V"), 7267 }
7268 7269 7270 rest_dict["BssT1I"] = _temp() 7271 7272
7273 -def _temp():
7274 return { 7275 "charac": (3, -3, None, None, "GTATAC"), 7276 "compsite": "(?=(?P<Bst1107I>GTATAC))", 7277 "dna": None, 7278 "freq": 4096.0, 7279 "fst3": -3, 7280 "fst5": 3, 7281 "inact_temp": 65, 7282 "opt_temp": 37, 7283 "ovhg": 0, 7284 "ovhgseq": "", 7285 "results": None, 7286 "scd3": None, 7287 "scd5": None, 7288 "site": "GTATAC", 7289 "size": 6, 7290 "substrat": "DNA", 7291 "suppl": ("B", "K"), 7292 }
7293 7294 7295 rest_dict["Bst1107I"] = _temp() 7296 7297
7298 -def _temp():
7299 return { 7300 "charac": (1, -1, None, None, "CACGAG"), 7301 "compsite": "(?=(?P<Bst2BI>CACGAG))|(?=(?P<Bst2BI_as>CTCGTG))", 7302 "dna": None, 7303 "freq": 4096.0, 7304 "fst3": -1, 7305 "fst5": 1, 7306 "inact_temp": 65, 7307 "opt_temp": 37, 7308 "ovhg": -4, 7309 "ovhgseq": "ACGA", 7310 "results": None, 7311 "scd3": None, 7312 "scd5": None, 7313 "site": "CACGAG", 7314 "size": 6, 7315 "substrat": "DNA", 7316 "suppl": ("I",), 7317 }
7318 7319 7320 rest_dict["Bst2BI"] = _temp() 7321 7322
7323 -def _temp():
7324 return { 7325 "charac": (2, -2, None, None, "CCWGG"), 7326 "compsite": "(?=(?P<Bst2UI>CC[AT]GG))", 7327 "dna": None, 7328 "freq": 512.0, 7329 "fst3": -2, 7330 "fst5": 2, 7331 "inact_temp": 65, 7332 "opt_temp": 37, 7333 "ovhg": -1, 7334 "ovhgseq": "W", 7335 "results": None, 7336 "scd3": None, 7337 "scd5": None, 7338 "site": "CCWGG", 7339 "size": 5, 7340 "substrat": "DNA", 7341 "suppl": ("I", "V"), 7342 }
7343 7344 7345 rest_dict["Bst2UI"] = _temp() 7346 7347
7348 -def _temp():
7349 return { 7350 "charac": (3, -3, None, None, "ACNGT"), 7351 "compsite": "(?=(?P<Bst4CI>AC.GT))", 7352 "dna": None, 7353 "freq": 256.0, 7354 "fst3": -3, 7355 "fst5": 3, 7356 "inact_temp": 65, 7357 "opt_temp": 37, 7358 "ovhg": 1, 7359 "ovhgseq": "N", 7360 "results": None, 7361 "scd3": None, 7362 "scd5": None, 7363 "site": "ACNGT", 7364 "size": 5, 7365 "substrat": "DNA", 7366 "suppl": ("I", "V"), 7367 }
7368 7369 7370 rest_dict["Bst4CI"] = _temp() 7371 7372
7373 -def _temp():
7374 return { 7375 "charac": (7, 4, None, None, "CTCTTC"), 7376 "compsite": "(?=(?P<Bst6I>CTCTTC))|(?=(?P<Bst6I_as>GAAGAG))", 7377 "dna": None, 7378 "freq": 4096.0, 7379 "fst3": 4, 7380 "fst5": 7, 7381 "inact_temp": 65, 7382 "opt_temp": 37, 7383 "ovhg": -3, 7384 "ovhgseq": "NNN", 7385 "results": None, 7386 "scd3": None, 7387 "scd5": None, 7388 "site": "CTCTTC", 7389 "size": 6, 7390 "substrat": "DNA", 7391 "suppl": ("I", "V"), 7392 }
7393 7394 7395 rest_dict["Bst6I"] = _temp() 7396 7397
7398 -def _temp():
7399 return { 7400 "charac": (2, -2, None, None, "GRCGYC"), 7401 "compsite": "(?=(?P<BstACI>G[AG]CG[CT]C))", 7402 "dna": None, 7403 "freq": 1024.0, 7404 "fst3": -2, 7405 "fst5": 2, 7406 "inact_temp": 65, 7407 "opt_temp": 37, 7408 "ovhg": -2, 7409 "ovhgseq": "CG", 7410 "results": None, 7411 "scd3": None, 7412 "scd5": None, 7413 "site": "GRCGYC", 7414 "size": 6, 7415 "substrat": "DNA", 7416 "suppl": ("I",), 7417 }
7418 7419 7420 rest_dict["BstACI"] = _temp() 7421 7422
7423 -def _temp():
7424 return { 7425 "charac": (1, -1, None, None, "CTTAAG"), 7426 "compsite": "(?=(?P<BstAFI>CTTAAG))", 7427 "dna": None, 7428 "freq": 4096.0, 7429 "fst3": -1, 7430 "fst5": 1, 7431 "inact_temp": 65, 7432 "opt_temp": 37, 7433 "ovhg": -4, 7434 "ovhgseq": "TTAA", 7435 "results": None, 7436 "scd3": None, 7437 "scd5": None, 7438 "site": "CTTAAG", 7439 "size": 6, 7440 "substrat": "DNA", 7441 "suppl": ("I",), 7442 }
7443 7444 7445 rest_dict["BstAFI"] = _temp() 7446 7447
7448 -def _temp():
7449 return { 7450 "charac": (7, -7, None, None, "GCANNNNNTGC"), 7451 "compsite": "(?=(?P<BstAPI>GCA.....TGC))", 7452 "dna": None, 7453 "freq": 4096.0, 7454 "fst3": -7, 7455 "fst5": 7, 7456 "inact_temp": 65, 7457 "opt_temp": 37, 7458 "ovhg": 3, 7459 "ovhgseq": "NNN", 7460 "results": None, 7461 "scd3": None, 7462 "scd5": None, 7463 "site": "GCANNNNNTGC", 7464 "size": 11, 7465 "substrat": "DNA", 7466 "suppl": ("I", "N"), 7467 }
7468 7469 7470 rest_dict["BstAPI"] = _temp() 7471 7472
7473 -def _temp():
7474 return { 7475 "charac": (1, -1, None, None, "TGTACA"), 7476 "compsite": "(?=(?P<BstAUI>TGTACA))", 7477 "dna": None, 7478 "freq": 4096.0, 7479 "fst3": -1, 7480 "fst5": 1, 7481 "inact_temp": 65, 7482 "opt_temp": 37, 7483 "ovhg": -4, 7484 "ovhgseq": "GTAC", 7485 "results": None, 7486 "scd3": None, 7487 "scd5": None, 7488 "site": "TGTACA", 7489 "size": 6, 7490 "substrat": "DNA", 7491 "suppl": ("I", "V"), 7492 }
7493 7494 7495 rest_dict["BstAUI"] = _temp() 7496 7497
7498 -def _temp():
7499 return { 7500 "charac": (3, -3, None, None, "YACGTR"), 7501 "compsite": "(?=(?P<BstBAI>[CT]ACGT[AG]))", 7502 "dna": None, 7503 "freq": 1024.0, 7504 "fst3": -3, 7505 "fst5": 3, 7506 "inact_temp": 65, 7507 "opt_temp": 37, 7508 "ovhg": 0, 7509 "ovhgseq": "", 7510 "results": None, 7511 "scd3": None, 7512 "scd5": None, 7513 "site": "YACGTR", 7514 "size": 6, 7515 "substrat": "DNA", 7516 "suppl": ("I", "V"), 7517 }
7518 7519 7520 rest_dict["BstBAI"] = _temp() 7521 7522
7523 -def _temp():
7524 return { 7525 "charac": (2, -2, None, None, "TTCGAA"), 7526 "compsite": "(?=(?P<BstBI>TTCGAA))", 7527 "dna": None, 7528 "freq": 4096.0, 7529 "fst3": -2, 7530 "fst5": 2, 7531 "inact_temp": 65, 7532 "opt_temp": 37, 7533 "ovhg": -2, 7534 "ovhgseq": "CG", 7535 "results": None, 7536 "scd3": None, 7537 "scd5": None, 7538 "site": "TTCGAA", 7539 "size": 6, 7540 "substrat": "DNA", 7541 "suppl": ("N",), 7542 }
7543 7544 7545 rest_dict["BstBI"] = _temp() 7546 7547
7548 -def _temp():
7549 return { 7550 "charac": (3, -3, None, None, "GCNNGC"), 7551 "compsite": "(?=(?P<BstC8I>GC..GC))", 7552 "dna": None, 7553 "freq": 256.0, 7554 "fst3": -3, 7555 "fst5": 3, 7556 "inact_temp": 65, 7557 "opt_temp": 37, 7558 "ovhg": 0, 7559 "ovhgseq": "", 7560 "results": None, 7561 "scd3": None, 7562 "scd5": None, 7563 "site": "GCNNGC", 7564 "size": 6, 7565 "substrat": "DNA", 7566 "suppl": ("I",), 7567 }
7568 7569 7570 rest_dict["BstC8I"] = _temp() 7571 7572
7573 -def _temp():
7574 return { 7575 "charac": (1, -1, None, None, "CTNAG"), 7576 "compsite": "(?=(?P<BstDEI>CT.AG))", 7577 "dna": None, 7578 "freq": 256.0, 7579 "fst3": -1, 7580 "fst5": 1, 7581 "inact_temp": 65, 7582 "opt_temp": 37, 7583 "ovhg": -3, 7584 "ovhgseq": "TNA", 7585 "results": None, 7586 "scd3": None, 7587 "scd5": None, 7588 "site": "CTNAG", 7589 "size": 5, 7590 "substrat": "DNA", 7591 "suppl": ("I", "V"), 7592 }
7593 7594 7595 rest_dict["BstDEI"] = _temp() 7596 7597
7598 -def _temp():
7599 return { 7600 "charac": (1, -1, None, None, "CCRYGG"), 7601 "compsite": "(?=(?P<BstDSI>CC[AG][CT]GG))", 7602 "dna": None, 7603 "freq": 1024.0, 7604 "fst3": -1, 7605 "fst5": 1, 7606 "inact_temp": 65, 7607 "opt_temp": 37, 7608 "ovhg": -4, 7609 "ovhgseq": "CRYG", 7610 "results": None, 7611 "scd3": None, 7612 "scd5": None, 7613 "site": "CCRYGG", 7614 "size": 6, 7615 "substrat": "DNA", 7616 "suppl": ("I", "V"), 7617 }
7618 7619 7620 rest_dict["BstDSI"] = _temp() 7621 7622
7623 -def _temp():
7624 return { 7625 "charac": (1, -1, None, None, "GGTNACC"), 7626 "compsite": "(?=(?P<BstEII>GGT.ACC))", 7627 "dna": None, 7628 "freq": 4096.0, 7629 "fst3": -1, 7630 "fst5": 1, 7631 "inact_temp": 65, 7632 "opt_temp": 37, 7633 "ovhg": -5, 7634 "ovhgseq": "GTNAC", 7635 "results": None, 7636 "scd3": None, 7637 "scd5": None, 7638 "site": "GGTNACC", 7639 "size": 7, 7640 "substrat": "DNA", 7641 "suppl": ("C", "J", "N", "R"), 7642 }
7643 7644 7645 rest_dict["BstEII"] = _temp() 7646 7647
7648 -def _temp():
7649 return { 7650 "charac": (5, -5, None, None, "CCTNNNNNAGG"), 7651 "compsite": "(?=(?P<BstENI>CCT.....AGG))", 7652 "dna": None, 7653 "freq": 4096.0, 7654 "fst3": -5, 7655 "fst5": 5, 7656 "inact_temp": 65, 7657 "opt_temp": 37, 7658 "ovhg": -1, 7659 "ovhgseq": "N", 7660 "results": None, 7661 "scd3": None, 7662 "scd5": None, 7663 "site": "CCTNNNNNAGG", 7664 "size": 11, 7665 "substrat": "DNA", 7666 "suppl": ("I", "V"), 7667 }
7668 7669 7670 rest_dict["BstENI"] = _temp() 7671 7672
7673 -def _temp():
7674 return { 7675 "charac": (7, 0, None, None, "GGATG"), 7676 "compsite": "(?=(?P<BstF5I>GGATG))|(?=(?P<BstF5I_as>CATCC))", 7677 "dna": None, 7678 "freq": 1024.0, 7679 "fst3": 0, 7680 "fst5": 7, 7681 "inact_temp": 65, 7682 "opt_temp": 37, 7683 "ovhg": 2, 7684 "ovhgseq": "NN", 7685 "results": None, 7686 "scd3": None, 7687 "scd5": None, 7688 "site": "GGATG", 7689 "size": 5, 7690 "substrat": "DNA", 7691 "suppl": ("I", "V"), 7692 }
7693 7694 7695 rest_dict["BstF5I"] = _temp() 7696 7697
7698 -def _temp():
7699 return { 7700 "charac": (2, -2, None, None, "CGCG"), 7701 "compsite": "(?=(?P<BstFNI>CGCG))", 7702 "dna": None, 7703 "freq": 256.0, 7704 "fst3": -2, 7705 "fst5": 2, 7706 "inact_temp": 65, 7707 "opt_temp": 37, 7708 "ovhg": 0, 7709 "ovhgseq": "", 7710 "results": None, 7711 "scd3": None, 7712 "scd5": None, 7713 "site": "CGCG", 7714 "size": 4, 7715 "substrat": "DNA", 7716 "suppl": ("I", "V"), 7717 }
7718 7719 7720 rest_dict["BstFNI"] = _temp() 7721 7722
7723 -def _temp():
7724 return { 7725 "charac": (5, -5, None, None, "RGCGCY"), 7726 "compsite": "(?=(?P<BstH2I>[AG]GCGC[CT]))", 7727 "dna": None, 7728 "freq": 1024.0, 7729 "fst3": -5, 7730 "fst5": 5, 7731 "inact_temp": 65, 7732 "opt_temp": 37, 7733 "ovhg": 4, 7734 "ovhgseq": "GCGC", 7735 "results": None, 7736 "scd3": None, 7737 "scd5": None, 7738 "site": "RGCGCY", 7739 "size": 6, 7740 "substrat": "DNA", 7741 "suppl": ("I", "V"), 7742 }
7743 7744 7745 rest_dict["BstH2I"] = _temp() 7746 7747
7748 -def _temp():
7749 return { 7750 "charac": (3, -3, None, None, "GCGC"), 7751 "compsite": "(?=(?P<BstHHI>GCGC))", 7752 "dna": None, 7753 "freq": 256.0, 7754 "fst3": -3, 7755 "fst5": 3, 7756 "inact_temp": 65, 7757 "opt_temp": 37, 7758 "ovhg": 2, 7759 "ovhgseq": "CG", 7760 "results": None, 7761 "scd3": None, 7762 "scd5": None, 7763 "site": "GCGC", 7764 "size": 4, 7765 "substrat": "DNA", 7766 "suppl": ("I", "V"), 7767 }
7768 7769 7770 rest_dict["BstHHI"] = _temp() 7771 7772
7773 -def _temp():
7774 return { 7775 "charac": (3, -3, None, None, "GATC"), 7776 "compsite": "(?=(?P<BstKTI>GATC))", 7777 "dna": None, 7778 "freq": 256.0, 7779 "fst3": -3, 7780 "fst5": 3, 7781 "inact_temp": 65, 7782 "opt_temp": 37, 7783 "ovhg": 2, 7784 "ovhgseq": "AT", 7785 "results": None, 7786 "scd3": None, 7787 "scd5": None, 7788 "site": "GATC", 7789 "size": 4, 7790 "substrat": "DNA", 7791 "suppl": ("I",), 7792 }
7793 7794 7795 rest_dict["BstKTI"] = _temp() 7796 7797
7798 -def _temp():
7799 return { 7800 "charac": (6, 5, None, None, "GTCTC"), 7801 "compsite": "(?=(?P<BstMAI>GTCTC))|(?=(?P<BstMAI_as>GAGAC))", 7802 "dna": None, 7803 "freq": 1024.0, 7804 "fst3": 5, 7805 "fst5": 6, 7806 "inact_temp": 65, 7807 "opt_temp": 37, 7808 "ovhg": -4, 7809 "ovhgseq": "NNNN", 7810 "results": None, 7811 "scd3": None, 7812 "scd5": None, 7813 "site": "GTCTC", 7814 "size": 5, 7815 "substrat": "DNA", 7816 "suppl": ("I", "V"), 7817 }
7818 7819 7820 rest_dict["BstMAI"] = _temp() 7821 7822
7823 -def _temp():
7824 return { 7825 "charac": (0, 0, None, None, "GATC"), 7826 "compsite": "(?=(?P<BstMBI>GATC))", 7827 "dna": None, 7828 "freq": 256.0, 7829 "fst3": 0, 7830 "fst5": 0, 7831 "inact_temp": 65, 7832 "opt_temp": 37, 7833 "ovhg": -4, 7834 "ovhgseq": "GATC", 7835 "results": None, 7836 "scd3": None, 7837 "scd5": None, 7838 "site": "GATC", 7839 "size": 4, 7840 "substrat": "DNA", 7841 "suppl": ("I", "V"), 7842 }
7843 7844 7845 rest_dict["BstMBI"] = _temp() 7846 7847
7848 -def _temp():
7849 return { 7850 "charac": (4, -4, None, None, "CGRYCG"), 7851 "compsite": "(?=(?P<BstMCI>CG[AG][CT]CG))", 7852 "dna": None, 7853 "freq": 1024.0, 7854 "fst3": -4, 7855 "fst5": 4, 7856 "inact_temp": 65, 7857 "opt_temp": 37, 7858 "ovhg": 2, 7859 "ovhgseq": "RY", 7860 "results": None, 7861 "scd3": None, 7862 "scd5": None, 7863 "site": "CGRYCG", 7864 "size": 6, 7865 "substrat": "DNA", 7866 "suppl": ("I", "V"), 7867 }
7868 7869 7870 rest_dict["BstMCI"] = _temp() 7871 7872
7873 -def _temp():
7874 return { 7875 "charac": (7, -7, None, None, "GCNNNNNNNGC"), 7876 "compsite": "(?=(?P<BstMWI>GC.......GC))", 7877 "dna": None, 7878 "freq": 256.0, 7879 "fst3": -7, 7880 "fst5": 7, 7881 "inact_temp": 65, 7882 "opt_temp": 37, 7883 "ovhg": 3, 7884 "ovhgseq": "NNN", 7885 "results": None, 7886 "scd3": None, 7887 "scd5": None, 7888 "site": "GCNNNNNNNGC", 7889 "size": 11, 7890 "substrat": "DNA", 7891 "suppl": ("I",), 7892 }
7893 7894 7895 rest_dict["BstMWI"] = _temp() 7896 7897
7898 -def _temp():
7899 return { 7900 "charac": (2, -2, None, None, "CCWGG"), 7901 "compsite": "(?=(?P<BstNI>CC[AT]GG))", 7902 "dna": None, 7903 "freq": 512.0, 7904 "fst3": -2, 7905 "fst5": 2, 7906 "inact_temp": 65, 7907 "opt_temp": 37, 7908 "ovhg": -1, 7909 "ovhgseq": "W", 7910 "results": None, 7911 "scd3": None, 7912 "scd5": None, 7913 "site": "CCWGG", 7914 "size": 5, 7915 "substrat": "DNA", 7916 "suppl": ("N",), 7917 }
7918 7919 7920 rest_dict["BstNI"] = _temp() 7921 7922
7923 -def _temp():
7924 return { 7925 "charac": (5, -5, None, None, "RCATGY"), 7926 "compsite": "(?=(?P<BstNSI>[AG]CATG[CT]))", 7927 "dna": None, 7928 "freq": 1024.0, 7929 "fst3": -5, 7930 "fst5": 5, 7931 "inact_temp": 65, 7932 "opt_temp": 37, 7933 "ovhg": 4, 7934 "ovhgseq": "CATG", 7935 "results": None, 7936 "scd3": None, 7937 "scd5": None, 7938 "site": "RCATGY", 7939 "size": 6, 7940 "substrat": "DNA", 7941 "suppl": ("I", "V"), 7942 }
7943 7944 7945 rest_dict["BstNSI"] = _temp() 7946 7947
7948 -def _temp():
7949 return { 7950 "charac": (5, -5, None, None, "GACNNNNGTC"), 7951 "compsite": "(?=(?P<BstPAI>GAC....GTC))", 7952 "dna": None, 7953 "freq": 4096.0, 7954 "fst3": -5, 7955 "fst5": 5, 7956 "inact_temp": 65, 7957 "opt_temp": 37, 7958 "ovhg": 0, 7959 "ovhgseq": "", 7960 "results": None, 7961 "scd3": None, 7962 "scd5": None, 7963 "site": "GACNNNNGTC", 7964 "size": 10, 7965 "substrat": "DNA", 7966 "suppl": ("I", "V"), 7967 }
7968 7969 7970 rest_dict["BstPAI"] = _temp() 7971 7972
7973 -def _temp():
7974 return { 7975 "charac": (1, -1, None, None, "GGTNACC"), 7976 "compsite": "(?=(?P<BstPI>GGT.ACC))", 7977 "dna": None, 7978 "freq": 4096.0, 7979 "fst3": -1, 7980 "fst5": 1, 7981 "inact_temp": 65, 7982 "opt_temp": 37, 7983 "ovhg": -5, 7984 "ovhgseq": "GTNAC", 7985 "results": None, 7986 "scd3": None, 7987 "scd5": None, 7988 "site": "GGTNACC", 7989 "size": 7, 7990 "substrat": "DNA", 7991 "suppl": ("K",), 7992 }
7993 7994 7995 rest_dict["BstPI"] = _temp() 7996 7997
7998 -def _temp():
7999 return { 8000 "charac": (0, 0, None, None, "CCNGG"), 8001 "compsite": "(?=(?P<BstSCI>CC.GG))", 8002 "dna": None, 8003 "freq": 256.0, 8004 "fst3": 0, 8005 "fst5": 0, 8006 "inact_temp": 65, 8007 "opt_temp": 37, 8008 "ovhg": -5, 8009 "ovhgseq": "CCNGG", 8010 "results": None, 8011 "scd3": None, 8012 "scd5": None, 8013 "site": "CCNGG", 8014 "size": 5, 8015 "substrat": "DNA", 8016 "suppl": ("I",), 8017 }
8018 8019 8020 rest_dict["BstSCI"] = _temp() 8021 8022
8023 -def _temp():
8024 return { 8025 "charac": (1, -1, None, None, "CTRYAG"), 8026 "compsite": "(?=(?P<BstSFI>CT[AG][CT]AG))", 8027 "dna": None, 8028 "freq": 1024.0, 8029 "fst3": -1, 8030 "fst5": 1, 8031 "inact_temp": 65, 8032 "opt_temp": 37, 8033 "ovhg": -4, 8034 "ovhgseq": "TRYA", 8035 "results": None, 8036 "scd3": None, 8037 "scd5": None, 8038 "site": "CTRYAG", 8039 "size": 6, 8040 "substrat": "DNA", 8041 "suppl": ("I",), 8042 }
8043 8044 8045 rest_dict["BstSFI"] = _temp() 8046 8047
8048 -def _temp():
8049 return { 8050 "charac": (5, -5, None, None, "GKGCMC"), 8051 "compsite": "(?=(?P<BstSLI>G[GT]GC[AC]C))", 8052 "dna": None, 8053 "freq": 1024.0, 8054 "fst3": -5, 8055 "fst5": 5, 8056 "inact_temp": 65, 8057 "opt_temp": 37, 8058 "ovhg": 4, 8059 "ovhgseq": "KGCM", 8060 "results": None, 8061 "scd3": None, 8062 "scd5": None, 8063 "site": "GKGCMC", 8064 "size": 6, 8065 "substrat": "DNA", 8066 "suppl": ("I",), 8067 }
8068 8069 8070 rest_dict["BstSLI"] = _temp() 8071 8072
8073 -def _temp():
8074 return { 8075 "charac": (3, -3, None, None, "TACGTA"), 8076 "compsite": "(?=(?P<BstSNI>TACGTA))", 8077 "dna": None, 8078 "freq": 4096.0, 8079 "fst3": -3, 8080 "fst5": 3, 8081 "inact_temp": 65, 8082 "opt_temp": 37, 8083 "ovhg": 0, 8084 "ovhgseq": "", 8085 "results": None, 8086 "scd3": None, 8087 "scd5": None, 8088 "site": "TACGTA", 8089 "size": 6, 8090 "substrat": "DNA", 8091 "suppl": ("I", "V"), 8092 }
8093 8094 8095 rest_dict["BstSNI"] = _temp() 8096 8097
8098 -def _temp():
8099 return { 8100 "charac": (2, -2, None, None, "CGCG"), 8101 "compsite": "(?=(?P<BstUI>CGCG))", 8102 "dna": None, 8103 "freq": 256.0, 8104 "fst3": -2, 8105 "fst5": 2, 8106 "inact_temp": 65, 8107 "opt_temp": 37, 8108 "ovhg": 0, 8109 "ovhgseq": "", 8110 "results": None, 8111 "scd3": None, 8112 "scd5": None, 8113 "site": "CGCG", 8114 "size": 4, 8115 "substrat": "DNA", 8116 "suppl": ("N",), 8117 }
8118 8119 8120 rest_dict["BstUI"] = _temp() 8121 8122
8123 -def _temp():
8124 return { 8125 "charac": (13, 12, None, None, "GCAGC"), 8126 "compsite": "(?=(?P<BstV1I>GCAGC))|(?=(?P<BstV1I_as>GCTGC))", 8127 "dna": None, 8128 "freq": 1024.0, 8129 "fst3": 12, 8130 "fst5": 13, 8131 "inact_temp": 65, 8132 "opt_temp": 37, 8133 "ovhg": -4, 8134 "ovhgseq": "NNNN", 8135 "results": None, 8136 "scd3": None, 8137 "scd5": None, 8138 "site": "GCAGC", 8139 "size": 5, 8140 "substrat": "DNA", 8141 "suppl": ("I",), 8142 }
8143 8144 8145 rest_dict["BstV1I"] = _temp() 8146 8147
8148 -def _temp():
8149 return { 8150 "charac": (8, 6, None, None, "GAAGAC"), 8151 "compsite": "(?=(?P<BstV2I>GAAGAC))|(?=(?P<BstV2I_as>GTCTTC))", 8152 "dna": None, 8153 "freq": 4096.0, 8154 "fst3": 6, 8155 "fst5": 8, 8156 "inact_temp": 65, 8157 "opt_temp": 37, 8158 "ovhg": -4, 8159 "ovhgseq": "NNNN", 8160 "results": None, 8161 "scd3": None, 8162 "scd5": None, 8163 "site": "GAAGAC", 8164 "size": 6, 8165 "substrat": "DNA", 8166 "suppl": ("I", "V"), 8167 }
8168 8169 8170 rest_dict["BstV2I"] = _temp() 8171 8172
8173 -def _temp():
8174 return { 8175 "charac": (1, -1, None, None, "RGATCY"), 8176 "compsite": "(?=(?P<BstX2I>[AG]GATC[CT]))", 8177 "dna": None, 8178 "freq": 1024.0, 8179 "fst3": -1, 8180 "fst5": 1, 8181 "inact_temp": 65, 8182 "opt_temp": 37, 8183 "ovhg": -4, 8184 "ovhgseq": "GATC", 8185 "results": None, 8186 "scd3": None, 8187 "scd5": None, 8188 "site": "RGATCY", 8189 "size": 6, 8190 "substrat": "DNA", 8191 "suppl": ("I", "V"), 8192 }
8193 8194 8195 rest_dict["BstX2I"] = _temp() 8196 8197
8198 -def _temp():
8199 return { 8200 "charac": (8, -8, None, None, "CCANNNNNNTGG"), 8201 "compsite": "(?=(?P<BstXI>CCA......TGG))", 8202 "dna": None, 8203 "freq": 4096.0, 8204 "fst3": -8, 8205 "fst5": 8, 8206 "inact_temp": 65, 8207 "opt_temp": 37, 8208 "ovhg": 4, 8209 "ovhgseq": "NNNN", 8210 "results": None, 8211 "scd3": None, 8212 "scd5": None, 8213 "site": "CCANNNNNNTGG", 8214 "size": 12, 8215 "substrat": "DNA", 8216 "suppl": ("B", "I", "J", "K", "M", "N", "Q", "R", "V", "X", "Y"), 8217 }
8218 8219 8220 rest_dict["BstXI"] = _temp() 8221 8222
8223 -def _temp():
8224 return { 8225 "charac": (1, -1, None, None, "RGATCY"), 8226 "compsite": "(?=(?P<BstYI>[AG]GATC[CT]))", 8227 "dna": None, 8228 "freq": 1024.0, 8229 "fst3": -1, 8230 "fst5": 1, 8231 "inact_temp": 65, 8232 "opt_temp": 37, 8233 "ovhg": -4, 8234 "ovhgseq": "GATC", 8235 "results": None, 8236 "scd3": None, 8237 "scd5": None, 8238 "site": "RGATCY", 8239 "size": 6, 8240 "substrat": "DNA", 8241 "suppl": ("N",), 8242 }
8243 8244 8245 rest_dict["BstYI"] = _temp() 8246 8247
8248 -def _temp():
8249 return { 8250 "charac": (3, -3, None, None, "GTATAC"), 8251 "compsite": "(?=(?P<BstZ17I>GTATAC))", 8252 "dna": None, 8253 "freq": 4096.0, 8254 "fst3": -3, 8255 "fst5": 3, 8256 "inact_temp": 65, 8257 "opt_temp": 37, 8258 "ovhg": 0, 8259 "ovhgseq": "", 8260 "results": None, 8261 "scd3": None, 8262 "scd5": None, 8263 "site": "GTATAC", 8264 "size": 6, 8265 "substrat": "DNA", 8266 "suppl": ("N",), 8267 }
8268 8269 8270 rest_dict["BstZ17I"] = _temp() 8271 8272
8273 -def _temp():
8274 return { 8275 "charac": (1, -1, None, None, "CGGCCG"), 8276 "compsite": "(?=(?P<BstZI>CGGCCG))", 8277 "dna": None, 8278 "freq": 4096.0, 8279 "fst3": -1, 8280 "fst5": 1, 8281 "inact_temp": 65, 8282 "opt_temp": 37, 8283 "ovhg": -4, 8284 "ovhgseq": "GGCC", 8285 "results": None, 8286 "scd3": None, 8287 "scd5": None, 8288 "site": "CGGCCG", 8289 "size": 6, 8290 "substrat": "DNA", 8291 "suppl": ("R",), 8292 }
8293 8294 8295 rest_dict["BstZI"] = _temp() 8296 8297
8298 -def _temp():
8299 return { 8300 "charac": (2, -2, None, None, "ATCGAT"), 8301 "compsite": "(?=(?P<Bsu15I>ATCGAT))", 8302 "dna": None, 8303 "freq": 4096.0, 8304 "fst3": -2, 8305 "fst5": 2, 8306 "inact_temp": 65, 8307 "opt_temp": 37, 8308 "ovhg": -2, 8309 "ovhgseq": "CG", 8310 "results": None, 8311 "scd3": None, 8312 "scd5": None, 8313 "site": "ATCGAT", 8314 "size": 6, 8315 "substrat": "DNA", 8316 "suppl": ("B",), 8317 }
8318 8319 8320 rest_dict["Bsu15I"] = _temp() 8321 8322
8323 -def _temp():
8324 return { 8325 "charac": (2, -2, None, None, "CCTNAGG"), 8326 "compsite": "(?=(?P<Bsu36I>CCT.AGG))", 8327 "dna": None, 8328 "freq": 4096.0, 8329 "fst3": -2, 8330 "fst5": 2, 8331 "inact_temp": 65, 8332 "opt_temp": 37, 8333 "ovhg": -3, 8334 "ovhgseq": "TNA", 8335 "results": None, 8336 "scd3": None, 8337 "scd5": None, 8338 "site": "CCTNAGG", 8339 "size": 7, 8340 "substrat": "DNA", 8341 "suppl": ("N",), 8342 }
8343 8344 8345 rest_dict["Bsu36I"] = _temp() 8346 8347
8348 -def _temp():
8349 return { 8350 "charac": (12, 5, None, None, "GTATCC"), 8351 "compsite": "(?=(?P<BsuI>GTATCC))|(?=(?P<BsuI_as>GGATAC))", 8352 "dna": None, 8353 "freq": 4096.0, 8354 "fst3": 5, 8355 "fst5": 12, 8356 "inact_temp": 65, 8357 "opt_temp": 37, 8358 "ovhg": 1, 8359 "ovhgseq": "N", 8360 "results": None, 8361 "scd3": None, 8362 "scd5": None, 8363 "site": "GTATCC", 8364 "size": 6, 8365 "substrat": "DNA", 8366 "suppl": ("I",), 8367 }
8368 8369 8370 rest_dict["BsuI"] = _temp() 8371 8372
8373 -def _temp():
8374 return { 8375 "charac": (2, -2, None, None, "GGCC"), 8376 "compsite": "(?=(?P<BsuRI>GGCC))", 8377 "dna": None, 8378 "freq": 256.0, 8379 "fst3": -2, 8380 "fst5": 2, 8381 "inact_temp": 65, 8382 "opt_temp": 37, 8383 "ovhg": 0, 8384 "ovhgseq": "", 8385 "results": None, 8386 "scd3": None, 8387 "scd5": None, 8388 "site": "GGCC", 8389 "size": 4, 8390 "substrat": "DNA", 8391 "suppl": ("B", "I"), 8392 }
8393 8394 8395 rest_dict["BsuRI"] = _temp() 8396 8397
8398 -def _temp():
8399 return { 8400 "charac": (2, -2, None, None, "ATCGAT"), 8401 "compsite": "(?=(?P<BsuTUI>ATCGAT))", 8402 "dna": None, 8403 "freq": 4096.0, 8404 "fst3": -2, 8405 "fst5": 2, 8406 "inact_temp": 65, 8407 "opt_temp": 37, 8408 "ovhg": -2, 8409 "ovhgseq": "CG", 8410 "results": None, 8411 "scd3": None, 8412 "scd5": None, 8413 "site": "ATCGAT", 8414 "size": 6, 8415 "substrat": "DNA", 8416 "suppl": ("X",), 8417 }
8418 8419 8420 rest_dict["BsuTUI"] = _temp() 8421 8422
8423 -def _temp():
8424 return { 8425 "charac": (1, -1, None, None, "CCRYGG"), 8426 "compsite": "(?=(?P<BtgI>CC[AG][CT]GG))", 8427 "dna": None, 8428 "freq": 1024.0, 8429 "fst3": -1, 8430 "fst5": 1, 8431 "inact_temp": 65, 8432 "opt_temp": 37, 8433 "ovhg": -4, 8434 "ovhgseq": "CRYG", 8435 "results": None, 8436 "scd3": None, 8437 "scd5": None, 8438 "site": "CCRYGG", 8439 "size": 6, 8440 "substrat": "DNA", 8441 "suppl": ("N",), 8442 }
8443 8444 8445 rest_dict["BtgI"] = _temp() 8446 8447
8448 -def _temp():
8449 return { 8450 "charac": (16, 14, None, None, "GCGATG"), 8451 "compsite": "(?=(?P<BtgZI>GCGATG))|(?=(?P<BtgZI_as>CATCGC))", 8452 "dna": None, 8453 "freq": 4096.0, 8454 "fst3": 14, 8455 "fst5": 16, 8456 "inact_temp": 65, 8457 "opt_temp": 37, 8458 "ovhg": -4, 8459 "ovhgseq": "NNNN", 8460 "results": None, 8461 "scd3": None, 8462 "scd5": None, 8463 "site": "GCGATG", 8464 "size": 6, 8465 "substrat": "DNA", 8466 "suppl": ("N",), 8467 }
8468 8469 8470 rest_dict["BtgZI"] = _temp() 8471 8472
8473 -def _temp():
8474 return { 8475 "charac": (4, -4, None, None, "GCNGC"), 8476 "compsite": "(?=(?P<BthCI>GC.GC))", 8477 "dna": None, 8478 "freq": 256.0, 8479 "fst3": -4, 8480 "fst5": 4, 8481 "inact_temp": 65, 8482 "opt_temp": 37, 8483 "ovhg": 3, 8484 "ovhgseq": "CNG", 8485 "results": None, 8486 "scd3": None, 8487 "scd5": None, 8488 "site": "GCNGC", 8489 "size": 5, 8490 "substrat": "DNA", 8491 "suppl": (), 8492 }
8493 8494 8495 rest_dict["BthCI"] = _temp() 8496 8497
8498 -def _temp():
8499 return { 8500 "charac": (3, -3, None, None, "CACGTC"), 8501 "compsite": "(?=(?P<BtrI>CACGTC))|(?=(?P<BtrI_as>GACGTG))", 8502 "dna": None, 8503 "freq": 4096.0, 8504 "fst3": -3, 8505 "fst5": 3, 8506 "inact_temp": 65, 8507 "opt_temp": 37, 8508 "ovhg": 0, 8509 "ovhgseq": "", 8510 "results": None, 8511 "scd3": None, 8512 "scd5": None, 8513 "site": "CACGTC", 8514 "size": 6, 8515 "substrat": "DNA", 8516 "suppl": ("I",), 8517 }
8518 8519 8520 rest_dict["BtrI"] = _temp() 8521 8522
8523 -def _temp():
8524 return { 8525 "charac": (7, 0, None, None, "GGATG"), 8526 "compsite": "(?=(?P<BtsCI>GGATG))|(?=(?P<BtsCI_as>CATCC))", 8527 "dna": None, 8528 "freq": 1024.0, 8529 "fst3": 0, 8530 "fst5": 7, 8531 "inact_temp": 65, 8532 "opt_temp": 37, 8533 "ovhg": 2, 8534 "ovhgseq": "NN", 8535 "results": None, 8536 "scd3": None, 8537 "scd5": None, 8538 "site": "GGATG", 8539 "size": 5, 8540 "substrat": "DNA", 8541 "suppl": ("N",), 8542 }
8543 8544 8545 rest_dict["BtsCI"] = _temp() 8546 8547
8548 -def _temp():
8549 return { 8550 "charac": (8, 0, None, None, "GCAGTG"), 8551 "compsite": "(?=(?P<BtsI>GCAGTG))|(?=(?P<BtsI_as>CACTGC))", 8552 "dna": None, 8553 "freq": 4096.0, 8554 "fst3": 0, 8555 "fst5": 8, 8556 "inact_temp": 65, 8557 "opt_temp": 37, 8558 "ovhg": 2, 8559 "ovhgseq": "NN", 8560 "results": None, 8561 "scd3": None, 8562 "scd5": None, 8563 "site": "GCAGTG", 8564 "size": 6, 8565 "substrat": "DNA", 8566 "suppl": ("N",), 8567 }
8568 8569 8570 rest_dict["BtsI"] = _temp() 8571 8572
8573 -def _temp():
8574 return { 8575 "charac": (7, 0, None, None, "CAGTG"), 8576 "compsite": "(?=(?P<BtsIMutI>CAGTG))|(?=(?P<BtsIMutI_as>CACTG))", 8577 "dna": None, 8578 "freq": 1024.0, 8579 "fst3": 0, 8580 "fst5": 7, 8581 "inact_temp": 65, 8582 "opt_temp": 37, 8583 "ovhg": 2, 8584 "ovhgseq": "NN", 8585 "results": None, 8586 "scd3": None, 8587 "scd5": None, 8588 "site": "CAGTG", 8589 "size": 5, 8590 "substrat": "DNA", 8591 "suppl": ("N",), 8592 }
8593 8594 8595 rest_dict["BtsIMutI"] = _temp() 8596 8597
8598 -def _temp():
8599 return { 8600 "charac": (3, -3, None, None, "TCGCGA"), 8601 "compsite": "(?=(?P<BtuMI>TCGCGA))", 8602 "dna": None, 8603 "freq": 4096.0, 8604 "fst3": -3, 8605 "fst5": 3, 8606 "inact_temp": 65, 8607 "opt_temp": 37, 8608 "ovhg": 0, 8609 "ovhgseq": "", 8610 "results": None, 8611 "scd3": None, 8612 "scd5": None, 8613 "site": "TCGCGA", 8614 "size": 6, 8615 "substrat": "DNA", 8616 "suppl": ("V",), 8617 }
8618 8619 8620 rest_dict["BtuMI"] = _temp() 8621 8622
8623 -def _temp():
8624 return { 8625 "charac": (None, None, None, None, "GACNNNNNTGG"), 8626 "compsite": "(?=(?P<Bve1B23I>GAC.....TGG))|(?=(?P<Bve1B23I_as>CCA.....GTC))", 8627 "dna": None, 8628 "freq": 4096.0, 8629 "fst3": None, 8630 "fst5": None, 8631 "inact_temp": 65, 8632 "opt_temp": 37, 8633 "ovhg": None, 8634 "ovhgseq": None, 8635 "results": None, 8636 "scd3": None, 8637 "scd5": None, 8638 "site": "GACNNNNNTGG", 8639 "size": 11, 8640 "substrat": "DNA", 8641 "suppl": (), 8642 }
8643 8644 8645 rest_dict["Bve1B23I"] = _temp() 8646 8647
8648 -def _temp():
8649 return { 8650 "charac": (10, 8, None, None, "ACCTGC"), 8651 "compsite": "(?=(?P<BveI>ACCTGC))|(?=(?P<BveI_as>GCAGGT))", 8652 "dna": None, 8653 "freq": 4096.0, 8654 "fst3": 8, 8655 "fst5": 10, 8656 "inact_temp": 65, 8657 "opt_temp": 37, 8658 "ovhg": -4, 8659 "ovhgseq": "NNNN", 8660 "results": None, 8661 "scd3": None, 8662 "scd5": None, 8663 "site": "ACCTGC", 8664 "size": 6, 8665 "substrat": "DNA", 8666 "suppl": ("B",), 8667 }
8668 8669 8670 rest_dict["BveI"] = _temp() 8671 8672
8673 -def _temp():
8674 return { 8675 "charac": (3, -3, None, None, "GCNNGC"), 8676 "compsite": "(?=(?P<Cac8I>GC..GC))", 8677 "dna": None, 8678 "freq": 256.0, 8679 "fst3": -3, 8680 "fst5": 3, 8681 "inact_temp": 65, 8682 "opt_temp": 37, 8683 "ovhg": 0, 8684 "ovhgseq": "", 8685 "results": None, 8686 "scd3": None, 8687 "scd5": None, 8688 "site": "GCNNGC", 8689 "size": 6, 8690 "substrat": "DNA", 8691 "suppl": ("N",), 8692 }
8693 8694 8695 rest_dict["Cac8I"] = _temp() 8696 8697
8698 -def _temp():
8699 return { 8700 "charac": (6, -6, None, None, "CAGNNNCTG"), 8701 "compsite": "(?=(?P<CaiI>CAG...CTG))", 8702 "dna": None, 8703 "freq": 4096.0, 8704 "fst3": -6, 8705 "fst5": 6, 8706 "inact_temp": 65, 8707 "opt_temp": 37, 8708 "ovhg": 3, 8709 "ovhgseq": "NNN", 8710 "results": None, 8711 "scd3": None, 8712 "scd5": None, 8713 "site": "CAGNNNCTG", 8714 "size": 9, 8715 "substrat": "DNA", 8716 "suppl": ("B",), 8717 }
8718 8719 8720 rest_dict["CaiI"] = _temp() 8721 8722
8723 -def _temp():
8724 return { 8725 "charac": (None, None, None, None, "GGTTAG"), 8726 "compsite": "(?=(?P<Cal14237I>GGTTAG))|(?=(?P<Cal14237I_as>CTAACC))", 8727 "dna": None, 8728 "freq": 4096.0, 8729 "fst3": None, 8730 "fst5": None, 8731 "inact_temp": 65, 8732 "opt_temp": 37, 8733 "ovhg": None, 8734 "ovhgseq": None, 8735 "results": None, 8736 "scd3": None, 8737 "scd5": None, 8738 "site": "GGTTAG", 8739 "size": 6, 8740 "substrat": "DNA", 8741 "suppl": (), 8742 }
8743 8744 8745 rest_dict["Cal14237I"] = _temp() 8746 8747
8748 -def _temp():
8749 return { 8750 "charac": (None, None, None, None, "GRTTRAG"), 8751 "compsite": "(?=(?P<CalB3II>G[AG]TT[AG]AG))|(?=(?P<CalB3II_as>CT[CT]AA[CT]C))", 8752 "dna": None, 8753 "freq": 4096.0, 8754 "fst3": None, 8755 "fst5": None, 8756 "inact_temp": 65, 8757 "opt_temp": 37, 8758 "ovhg": None, 8759 "ovhgseq": None, 8760 "results": None, 8761 "scd3": None, 8762 "scd5": None, 8763 "site": "GRTTRAG", 8764 "size": 7, 8765 "substrat": "DNA", 8766 "suppl": (), 8767 }
8768 8769 8770 rest_dict["CalB3II"] = _temp() 8771 8772
8773 -def _temp():
8774 return { 8775 "charac": (None, None, None, None, "GTTAAT"), 8776 "compsite": "(?=(?P<Cau10061II>GTTAAT))|(?=(?P<Cau10061II_as>ATTAAC))", 8777 "dna": None, 8778 "freq": 4096.0, 8779 "fst3": None, 8780 "fst5": None, 8781 "inact_temp": 65, 8782 "opt_temp": 37, 8783 "ovhg": None, 8784 "ovhgseq": None, 8785 "results": None, 8786 "scd3": None, 8787 "scd5": None, 8788 "site": "GTTAAT", 8789 "size": 6, 8790 "substrat": "DNA", 8791 "suppl": (), 8792 }
8793 8794 8795 rest_dict["Cau10061II"] = _temp() 8796 8797
8798 -def _temp():
8799 return { 8800 "charac": (2, -2, None, None, "CCSGG"), 8801 "compsite": "(?=(?P<CauII>CC[CG]GG))", 8802 "dna": None, 8803 "freq": 512.0, 8804 "fst3": -2, 8805 "fst5": 2, 8806 "inact_temp": 65, 8807 "opt_temp": 37, 8808 "ovhg": -1, 8809 "ovhgseq": "S", 8810 "results": None, 8811 "scd3": None, 8812 "scd5": None, 8813 "site": "CCSGG", 8814 "size": 5, 8815 "substrat": "DNA", 8816 "suppl": (), 8817 }
8818 8819 8820 rest_dict["CauII"] = _temp() 8821 8822
8823 -def _temp():
8824 return { 8825 "charac": (None, None, None, None, "AGGAAT"), 8826 "compsite": "(?=(?P<Cba13II>AGGAAT))|(?=(?P<Cba13II_as>ATTCCT))", 8827 "dna": None, 8828 "freq": 4096.0, 8829 "fst3": None, 8830 "fst5": None, 8831 "inact_temp": 65, 8832 "opt_temp": 37, 8833 "ovhg": None, 8834 "ovhgseq": None, 8835 "results": None, 8836 "scd3": None, 8837 "scd5": None, 8838 "site": "AGGAAT", 8839 "size": 6, 8840 "substrat": "DNA", 8841 "suppl": (), 8842 }
8843 8844 8845 rest_dict["Cba13II"] = _temp() 8846 8847
8848 -def _temp():
8849 return { 8850 "charac": (None, None, None, None, "CCTNAYNC"), 8851 "compsite": "(?=(?P<Cba16038I>CCT.A[CT].C))|(?=(?P<Cba16038I_as>G.[AG]T.AGG))", 8852 "dna": None, 8853 "freq": 2048.0, 8854 "fst3": None, 8855 "fst5": None, 8856 "inact_temp": 65, 8857 "opt_temp": 37, 8858 "ovhg": None, 8859 "ovhgseq": None, 8860 "results": None, 8861 "scd3": None, 8862 "scd5": None, 8863 "site": "CCTNAYNC", 8864 "size": 8, 8865 "substrat": "DNA", 8866 "suppl": (), 8867 }
8868 8869 8870 rest_dict["Cba16038I"] = _temp() 8871 8872
8873 -def _temp():
8874 return { 8875 "charac": (None, None, None, None, "GCRGAAG"), 8876 "compsite": "(?=(?P<Cbo67071IV>GC[AG]GAAG))|(?=(?P<Cbo67071IV_as>CTTC[CT]GC))", 8877 "dna": None, 8878 "freq": 8192.0, 8879 "fst3": None, 8880 "fst5": None, 8881 "inact_temp": 65, 8882 "opt_temp": 37, 8883 "ovhg": None, 8884 "ovhgseq": None, 8885 "results": None, 8886 "scd3": None, 8887 "scd5": None, 8888 "site": "GCRGAAG", 8889 "size": 7, 8890 "substrat": "DNA", 8891 "suppl": (), 8892 }
8893 8894 8895 rest_dict["Cbo67071IV"] = _temp() 8896 8897
8898 -def _temp():
8899 return { 8900 "charac": (None, None, None, None, "GNGAAAY"), 8901 "compsite": "(?=(?P<Cch467III>G.GAAA[CT]))|(?=(?P<Cch467III_as>[AG]TTTC.C))", 8902 "dna": None, 8903 "freq": 2048.0, 8904 "fst3": None, 8905 "fst5": None, 8906 "inact_temp": 65, 8907 "opt_temp": 37, 8908 "ovhg": None, 8909 "ovhgseq": None, 8910 "results": None, 8911 "scd3": None, 8912 "scd5": None, 8913 "site": "GNGAAAY", 8914 "size": 7, 8915 "substrat": "DNA", 8916 "suppl": (), 8917 }
8918 8919 8920 rest_dict["Cch467III"] = _temp() 8921 8922
8923 -def _temp():
8924 return { 8925 "charac": (17, 9, None, None, "GGARGA"), 8926 "compsite": "(?=(?P<CchII>GGA[AG]GA))|(?=(?P<CchII_as>TC[CT]TCC))", 8927 "dna": None, 8928 "freq": 2048.0, 8929 "fst3": 9, 8930 "fst5": 17, 8931 "inact_temp": 65, 8932 "opt_temp": 37, 8933 "ovhg": 2, 8934 "ovhgseq": "NN", 8935 "results": None, 8936 "scd3": None, 8937 "scd5": None, 8938 "site": "GGARGA", 8939 "size": 6, 8940 "substrat": "DNA", 8941 "suppl": (), 8942 }
8943 8944 8945 rest_dict["CchII"] = _temp() 8946 8947
8948 -def _temp():
8949 return { 8950 "charac": (26, 18, None, None, "CCCAAG"), 8951 "compsite": "(?=(?P<CchIII>CCCAAG))|(?=(?P<CchIII_as>CTTGGG))", 8952 "dna": None, 8953 "freq": 4096.0, 8954 "fst3": 18, 8955 "fst5": 26, 8956 "inact_temp": 65, 8957 "opt_temp": 37, 8958 "ovhg": 2, 8959 "ovhgseq": "NN", 8960 "results": None, 8961 "scd3": None, 8962 "scd5": None, 8963 "site": "CCCAAG", 8964 "size": 6, 8965 "substrat": "DNA", 8966 "suppl": (), 8967 }
8968 8969 8970 rest_dict["CchIII"] = _temp() 8971 8972
8973 -def _temp():
8974 return { 8975 "charac": (1, -1, None, None, "TCATGA"), 8976 "compsite": "(?=(?P<CciI>TCATGA))", 8977 "dna": None, 8978 "freq": 4096.0, 8979 "fst3": -1, 8980 "fst5": 1, 8981 "inact_temp": 65, 8982 "opt_temp": 37, 8983 "ovhg": -4, 8984 "ovhgseq": "CATG", 8985 "results": None, 8986 "scd3": None, 8987 "scd5": None, 8988 "site": "TCATGA", 8989 "size": 6, 8990 "substrat": "DNA", 8991 "suppl": ("I",), 8992 }
8993 8994 8995 rest_dict["CciI"] = _temp() 8996 8997
8998 -def _temp():
8999 return { 9000 "charac": (2, -2, None, None, "GCGGCCGC"), 9001 "compsite": "(?=(?P<CciNI>GCGGCCGC))", 9002 "dna": None, 9003 "freq": 65536.0, 9004 "fst3": -2, 9005 "fst5": 2, 9006 "inact_temp": 65, 9007 "opt_temp": 37, 9008 "ovhg": -4, 9009 "ovhgseq": "GGCC", 9010 "results": None, 9011 "scd3": None, 9012 "scd5": None, 9013 "site": "GCGGCCGC", 9014 "size": 8, 9015 "substrat": "DNA", 9016 "suppl": ("I", "V"), 9017 }
9018 9019 9020 rest_dict["CciNI"] = _temp() 9021 9022
9023 -def _temp():
9024 return { 9025 "charac": (None, None, None, None, "GGGTDA"), 9026 "compsite": "(?=(?P<Cco14983V>GGGT[AGT]A))|(?=(?P<Cco14983V_as>T[ACT]ACCC))", 9027 "dna": None, 9028 "freq": 1365.3333333333333, 9029 "fst3": None, 9030 "fst5": None, 9031 "inact_temp": 65, 9032 "opt_temp": 37, 9033 "ovhg": None, 9034 "ovhgseq": None, 9035 "results": None, 9036 "scd3": None, 9037 "scd5": None, 9038 "site": "GGGTDA", 9039 "size": 6, 9040 "substrat": "DNA", 9041 "suppl": (), 9042 }
9043 9044 9045 rest_dict["Cco14983V"] = _temp() 9046 9047
9048 -def _temp():
9049 return { 9050 "charac": (None, None, None, None, "GCYGA"), 9051 "compsite": "(?=(?P<Cco14983VI>GC[CT]GA))|(?=(?P<Cco14983VI_as>TC[AG]GC))", 9052 "dna": None, 9053 "freq": 512.0, 9054 "fst3": None, 9055 "fst5": None, 9056 "inact_temp": 65, 9057 "opt_temp": 37, 9058 "ovhg": None, 9059 "ovhgseq": None, 9060 "results": None, 9061 "scd3": None, 9062 "scd5": None, 9063 "site": "GCYGA", 9064 "size": 5, 9065 "substrat": "DNA", 9066 "suppl": (), 9067 }
9068 9069 9070 rest_dict["Cco14983VI"] = _temp() 9071 9072
9073 -def _temp():
9074 return { 9075 "charac": (None, None, None, None, "CGACCAG"), 9076 "compsite": "(?=(?P<CcrNAIII>CGACCAG))|(?=(?P<CcrNAIII_as>CTGGTCG))", 9077 "dna": None, 9078 "freq": 16384.0, 9079 "fst3": None, 9080 "fst5": None, 9081 "inact_temp": 65, 9082 "opt_temp": 37, 9083 "ovhg": None, 9084 "ovhgseq": None, 9085 "results": None, 9086 "scd3": None, 9087 "scd5": None, 9088 "site": "CGACCAG", 9089 "size": 7, 9090 "substrat": "DNA", 9091 "suppl": (), 9092 }
9093 9094 9095 rest_dict["CcrNAIII"] = _temp() 9096 9097
9098 -def _temp():
9099 return { 9100 "charac": (None, None, None, None, "GCGCAG"), 9101 "compsite": "(?=(?P<Cdi11397I>GCGCAG))|(?=(?P<Cdi11397I_as>CTGCGC))", 9102 "dna": None, 9103 "freq": 4096.0, 9104 "fst3": None, 9105 "fst5": None, 9106 "inact_temp": 65, 9107 "opt_temp": 37, 9108 "ovhg": None, 9109 "ovhgseq": None, 9110 "results": None, 9111 "scd3": None, 9112 "scd5": None, 9113 "site": "GCGCAG", 9114 "size": 6, 9115 "substrat": "DNA", 9116 "suppl": (), 9117 }
9118 9119 9120 rest_dict["Cdi11397I"] = _temp() 9121 9122
9123 -def _temp():
9124 return { 9125 "charac": (4, -1, None, None, "CATCG"), 9126 "compsite": "(?=(?P<CdiI>CATCG))|(?=(?P<CdiI_as>CGATG))", 9127 "dna": None, 9128 "freq": 1024.0, 9129 "fst3": -1, 9130 "fst5": 4, 9131 "inact_temp": 65, 9132 "opt_temp": 37, 9133 "ovhg": 0, 9134 "ovhgseq": "", 9135 "results": None, 9136 "scd3": None, 9137 "scd5": None, 9138 "site": "CATCG", 9139 "size": 5, 9140 "substrat": "DNA", 9141 "suppl": (), 9142 }
9143 9144 9145 rest_dict["CdiI"] = _temp() 9146 9147
9148 -def _temp():
9149 return { 9150 "charac": (26, 18, None, None, "GCGGAG"), 9151 "compsite": "(?=(?P<CdpI>GCGGAG))|(?=(?P<CdpI_as>CTCCGC))", 9152 "dna": None, 9153 "freq": 4096.0, 9154 "fst3": 18, 9155 "fst5": 26, 9156 "inact_temp": 65, 9157 "opt_temp": 37, 9158 "ovhg": 2, 9159 "ovhgseq": "NN", 9160 "results": None, 9161 "scd3": None, 9162 "scd5": None, 9163 "site": "GCGGAG", 9164 "size": 6, 9165 "substrat": "DNA", 9166 "suppl": (), 9167 }
9168 9169 9170 rest_dict["CdpI"] = _temp() 9171 9172
9173 -def _temp():
9174 return { 9175 "charac": (None, None, None, None, "GTGAAG"), 9176 "compsite": "(?=(?P<Cdu23823II>GTGAAG))|(?=(?P<Cdu23823II_as>CTTCAC))", 9177 "dna": None, 9178 "freq": 4096.0, 9179 "fst3": None, 9180 "fst5": None, 9181 "inact_temp": 65, 9182 "opt_temp": 37, 9183 "ovhg": None, 9184 "ovhgseq": None, 9185 "results": None, 9186 "scd3": None, 9187 "scd5": None, 9188 "site": "GTGAAG", 9189 "size": 6, 9190 "substrat": "DNA", 9191 "suppl": (), 9192 }
9193 9194 9195 rest_dict["Cdu23823II"] = _temp() 9196 9197
9198 -def _temp():
9199 return { 9200 "charac": (3, -3, None, None, "GCGC"), 9201 "compsite": "(?=(?P<CfoI>GCGC))", 9202 "dna": None, 9203 "freq": 256.0, 9204 "fst3": -3, 9205 "fst5": 3, 9206 "inact_temp": 65, 9207 "opt_temp": 37, 9208 "ovhg": 2, 9209 "ovhgseq": "CG", 9210 "results": None, 9211 "scd3": None, 9212 "scd5": None, 9213 "site": "GCGC", 9214 "size": 4, 9215 "substrat": "DNA", 9216 "suppl": ("M", "R", "S"), 9217 }
9218 9219 9220 rest_dict["CfoI"] = _temp() 9221 9222
9223 -def _temp():
9224 return { 9225 "charac": (1, -1, None, None, "RCCGGY"), 9226 "compsite": "(?=(?P<Cfr10I>[AG]CCGG[CT]))", 9227 "dna": None, 9228 "freq": 1024.0, 9229 "fst3": -1, 9230 "fst5": 1, 9231 "inact_temp": 65, 9232 "opt_temp": 37, 9233 "ovhg": -4, 9234 "ovhgseq": "CCGG", 9235 "results": None, 9236 "scd3": None, 9237 "scd5": None, 9238 "site": "RCCGGY", 9239 "size": 6, 9240 "substrat": "DNA", 9241 "suppl": ("B", "K"), 9242 }
9243 9244 9245 rest_dict["Cfr10I"] = _temp() 9246 9247
9248 -def _temp():
9249 return { 9250 "charac": (1, -1, None, None, "GGNCC"), 9251 "compsite": "(?=(?P<Cfr13I>GG.CC))", 9252 "dna": None, 9253 "freq": 256.0, 9254 "fst3": -1, 9255 "fst5": 1, 9256 "inact_temp": 65, 9257 "opt_temp": 37, 9258 "ovhg": -3, 9259 "ovhgseq": "GNC", 9260 "results": None, 9261 "scd3": None, 9262 "scd5": None, 9263 "site": "GGNCC", 9264 "size": 5, 9265 "substrat": "DNA", 9266 "suppl": ("B",), 9267 }
9268 9269 9270 rest_dict["Cfr13I"] = _temp() 9271 9272
9273 -def _temp():
9274 return { 9275 "charac": (4, -4, None, None, "CCGCGG"), 9276 "compsite": "(?=(?P<Cfr42I>CCGCGG))", 9277 "dna": None, 9278 "freq": 4096.0, 9279 "fst3": -4, 9280 "fst5": 4, 9281 "inact_temp": 65, 9282 "opt_temp": 37, 9283 "ovhg": 2, 9284 "ovhgseq": "GC", 9285 "results": None, 9286 "scd3": None, 9287 "scd5": None, 9288 "site": "CCGCGG", 9289 "size": 6, 9290 "substrat": "DNA", 9291 "suppl": ("B",), 9292 }
9293 9294 9295 rest_dict["Cfr42I"] = _temp() 9296 9297
9298 -def _temp():
9299 return { 9300 "charac": (1, -1, None, None, "CCCGGG"), 9301 "compsite": "(?=(?P<Cfr9I>CCCGGG))", 9302 "dna": None, 9303 "freq": 4096.0, 9304 "fst3": -1, 9305 "fst5": 1, 9306 "inact_temp": 65, 9307 "opt_temp": 37, 9308 "ovhg": -4, 9309 "ovhgseq": "CCGG", 9310 "results": None, 9311 "scd3": None, 9312 "scd5": None, 9313 "site": "CCCGGG", 9314 "size": 6, 9315 "substrat": "DNA", 9316 "suppl": ("B",), 9317 }
9318 9319 9320 rest_dict["Cfr9I"] = _temp() 9321 9322
9323 -def _temp():
9324 return { 9325 "charac": (1, -1, None, None, "YGGCCR"), 9326 "compsite": "(?=(?P<CfrI>[CT]GGCC[AG]))", 9327 "dna": None, 9328 "freq": 1024.0, 9329 "fst3": -1, 9330 "fst5": 1, 9331 "inact_temp": 65, 9332 "opt_temp": 37, 9333 "ovhg": -4, 9334 "ovhgseq": "GGCC", 9335 "results": None, 9336 "scd3": None, 9337 "scd5": None, 9338 "site": "YGGCCR", 9339 "size": 6, 9340 "substrat": "DNA", 9341 "suppl": (), 9342 }
9343 9344 9345 rest_dict["CfrI"] = _temp() 9346 9347
9348 -def _temp():
9349 return { 9350 "charac": (None, None, None, None, "AGCANCC"), 9351 "compsite": "(?=(?P<CfrMH13II>AGCA.CC))|(?=(?P<CfrMH13II_as>GG.TGCT))", 9352 "dna": None, 9353 "freq": 4096.0, 9354 "fst3": None, 9355 "fst5": None, 9356 "inact_temp": 65, 9357 "opt_temp": 37, 9358 "ovhg": None, 9359 "ovhgseq": None, 9360 "results": None, 9361 "scd3": None, 9362 "scd5": None, 9363 "site": "AGCANCC", 9364 "size": 7, 9365 "substrat": "DNA", 9366 "suppl": (), 9367 }
9368 9369 9370 rest_dict["CfrMH13II"] = _temp() 9371 9372
9373 -def _temp():
9374 return { 9375 "charac": (None, None, None, None, "CTAAAG"), 9376 "compsite": "(?=(?P<CfrMH16VI>CTAAAG))|(?=(?P<CfrMH16VI_as>CTTTAG))", 9377 "dna": None, 9378 "freq": 4096.0, 9379 "fst3": None, 9380 "fst5": None, 9381 "inact_temp": 65, 9382 "opt_temp": 37, 9383 "ovhg": None, 9384 "ovhgseq": None, 9385 "results": None, 9386 "scd3": None, 9387 "scd5": None, 9388 "site": "CTAAAG", 9389 "size": 6, 9390 "substrat": "DNA", 9391 "suppl": (), 9392 }
9393 9394 9395 rest_dict["CfrMH16VI"] = _temp() 9396 9397
9398 -def _temp():
9399 return { 9400 "charac": (None, None, None, None, "GARCAG"), 9401 "compsite": "(?=(?P<Cfupf3II>GA[AG]CAG))|(?=(?P<Cfupf3II_as>CTG[CT]TC))", 9402 "dna": None, 9403 "freq": 2048.0, 9404 "fst3": None, 9405 "fst5": None, 9406 "inact_temp": 65, 9407 "opt_temp": 37, 9408 "ovhg": None, 9409 "ovhgseq": None, 9410 "results": None, 9411 "scd3": None, 9412 "scd5": None, 9413 "site": "GARCAG", 9414 "size": 6, 9415 "substrat": "DNA", 9416 "suppl": (), 9417 }
9418 9419 9420 rest_dict["Cfupf3II"] = _temp() 9421 9422
9423 -def _temp():
9424 return { 9425 "charac": (None, None, None, None, "GGCGCA"), 9426 "compsite": "(?=(?P<Cgl13032I>GGCGCA))|(?=(?P<Cgl13032I_as>TGCGCC))", 9427 "dna": None, 9428 "freq": 4096.0, 9429 "fst3": None, 9430 "fst5": None, 9431 "inact_temp": 65, 9432 "opt_temp": 37, 9433 "ovhg": None, 9434 "ovhgseq": None, 9435 "results": None, 9436 "scd3": None, 9437 "scd5": None, 9438 "site": "GGCGCA", 9439 "size": 6, 9440 "substrat": "DNA", 9441 "suppl": (), 9442 }
9443 9444 9445 rest_dict["Cgl13032I"] = _temp() 9446 9447
9448 -def _temp():
9449 return { 9450 "charac": (None, None, None, None, "ACGABGG"), 9451 "compsite": "(?=(?P<Cgl13032II>ACGA[CGT]GG))|(?=(?P<Cgl13032II_as>CC[ACG]TCGT))", 9452 "dna": None, 9453 "freq": 5461.333333333333, 9454 "fst3": None, 9455 "fst5": None, 9456 "inact_temp": 65, 9457 "opt_temp": 37, 9458 "ovhg": None, 9459 "ovhgseq": None, 9460 "results": None, 9461 "scd3": None, 9462 "scd5": None, 9463 "site": "ACGABGG", 9464 "size": 7, 9465 "substrat": "DNA", 9466 "suppl": (), 9467 }
9468 9469 9470 rest_dict["Cgl13032II"] = _temp() 9471 9472
9473 -def _temp():
9474 return { 9475 "charac": (4, -4, None, None, "GATC"), 9476 "compsite": "(?=(?P<ChaI>GATC))", 9477 "dna": None, 9478 "freq": 256.0, 9479 "fst3": -4, 9480 "fst5": 4, 9481 "inact_temp": 65, 9482 "opt_temp": 37, 9483 "ovhg": 4, 9484 "ovhgseq": "GATC", 9485 "results": None, 9486 "scd3": None, 9487 "scd5": None, 9488 "site": "GATC", 9489 "size": 4, 9490 "substrat": "DNA", 9491 "suppl": (), 9492 }
9493 9494 9495 rest_dict["ChaI"] = _temp() 9496 9497
9498 -def _temp():
9499 return { 9500 "charac": (None, None, None, None, "GKAAGC"), 9501 "compsite": "(?=(?P<Cje265V>G[GT]AAGC))|(?=(?P<Cje265V_as>GCTT[AC]C))", 9502 "dna": None, 9503 "freq": 2048.0, 9504 "fst3": None, 9505 "fst5": None, 9506 "inact_temp": 65, 9507 "opt_temp": 37, 9508 "ovhg": None, 9509 "ovhgseq": None, 9510 "results": None, 9511 "scd3": None, 9512 "scd5": None, 9513 "site": "GKAAGC", 9514 "size": 6, 9515 "substrat": "DNA", 9516 "suppl": (), 9517 }
9518 9519 9520 rest_dict["Cje265V"] = _temp() 9521 9522
9523 -def _temp():
9524 return { 9525 "charac": (None, None, None, None, "GKAAYC"), 9526 "compsite": "(?=(?P<Cje54107III>G[GT]AA[CT]C))|(?=(?P<Cje54107III_as>G[AG]TT[AC]C))", 9527 "dna": None, 9528 "freq": 1024.0, 9529 "fst3": None, 9530 "fst5": None, 9531 "inact_temp": 65, 9532 "opt_temp": 37, 9533 "ovhg": None, 9534 "ovhgseq": None, 9535 "results": None, 9536 "scd3": None, 9537 "scd5": None, 9538 "site": "GKAAYC", 9539 "size": 6, 9540 "substrat": "DNA", 9541 "suppl": (), 9542 }
9543 9544 9545 rest_dict["Cje54107III"] = _temp() 9546 9547
9548 -def _temp():
9549 return { 9550 "charac": (None, None, None, None, "GCAAGG"), 9551 "compsite": "(?=(?P<CjeFIII>GCAAGG))|(?=(?P<CjeFIII_as>CCTTGC))", 9552 "dna": None, 9553 "freq": 4096.0, 9554 "fst3": None, 9555 "fst5": None, 9556 "inact_temp": 65, 9557 "opt_temp": 37, 9558 "ovhg": None, 9559 "ovhgseq": None, 9560 "results": None, 9561 "scd3": None, 9562 "scd5": None, 9563 "site": "GCAAGG", 9564 "size": 6, 9565 "substrat": "DNA", 9566 "suppl": (), 9567 }
9568 9569 9570 rest_dict["CjeFIII"] = _temp() 9571 9572
9573 -def _temp():
9574 return { 9575 "charac": (None, None, None, None, "GGRCA"), 9576 "compsite": "(?=(?P<CjeFV>GG[AG]CA))|(?=(?P<CjeFV_as>TG[CT]CC))", 9577 "dna": None, 9578 "freq": 512.0, 9579 "fst3": None, 9580 "fst5": None, 9581 "inact_temp": 65, 9582 "opt_temp": 37, 9583 "ovhg": None, 9584 "ovhgseq": None, 9585 "results": None, 9586 "scd3": None, 9587 "scd5": None, 9588 "site": "GGRCA", 9589 "size": 5, 9590 "substrat": "DNA", 9591 "suppl": (), 9592 }
9593 9594 9595 rest_dict["CjeFV"] = _temp() 9596 9597
9598 -def _temp():
9599 return { 9600 "charac": (-8, -25, 26, 9, "CCANNNNNNGT"), 9601 "compsite": "(?=(?P<CjeI>CCA......GT))|(?=(?P<CjeI_as>AC......TGG))", 9602 "dna": None, 9603 "freq": 1024.0, 9604 "fst3": -25, 9605 "fst5": -8, 9606 "inact_temp": 65, 9607 "opt_temp": 37, 9608 "ovhg": 6, 9609 "ovhgseq": "NNNNNN", 9610 "results": None, 9611 "scd3": 9, 9612 "scd5": 26, 9613 "site": "CCANNNNNNGT", 9614 "size": 11, 9615 "substrat": "DNA", 9616 "suppl": (), 9617 }
9618 9619 9620 rest_dict["CjeI"] = _temp() 9621 9622
9623 -def _temp():
9624 return { 9625 "charac": (None, None, None, None, "GAGNNNNNGT"), 9626 "compsite": "(?=(?P<CjeNII>GAG.....GT))|(?=(?P<CjeNII_as>AC.....CTC))", 9627 "dna": None, 9628 "freq": 1024.0, 9629 "fst3": None, 9630 "fst5": None, 9631 "inact_temp": 65, 9632 "opt_temp": 37, 9633 "ovhg": None, 9634 "ovhgseq": None, 9635 "results": None, 9636 "scd3": None, 9637 "scd5": None, 9638 "site": "GAGNNNNNGT", 9639 "size": 10, 9640 "substrat": "DNA", 9641 "suppl": (), 9642 }
9643 9644 9645 rest_dict["CjeNII"] = _temp() 9646 9647
9648 -def _temp():
9649 return { 9650 "charac": (25, 17, None, None, "GKAAYG"), 9651 "compsite": "(?=(?P<CjeNIII>G[GT]AA[CT]G))|(?=(?P<CjeNIII_as>C[AG]TT[AC]C))", 9652 "dna": None, 9653 "freq": 1024.0, 9654 "fst3": 17, 9655 "fst5": 25, 9656 "inact_temp": 65, 9657 "opt_temp": 37, 9658 "ovhg": 2, 9659 "ovhgseq": "NN", 9660 "results": None, 9661 "scd3": None, 9662 "scd5": None, 9663 "site": "GKAAYG", 9664 "size": 6, 9665 "substrat": "DNA", 9666 "suppl": (), 9667 }
9668 9669 9670 rest_dict["CjeNIII"] = _temp() 9671 9672
9673 -def _temp():
9674 return { 9675 "charac": (None, None, None, None, "CCYGA"), 9676 "compsite": "(?=(?P<CjeNV>CC[CT]GA))|(?=(?P<CjeNV_as>TC[AG]GG))", 9677 "dna": None, 9678 "freq": 512.0, 9679 "fst3": None, 9680 "fst5": None, 9681 "inact_temp": 65, 9682 "opt_temp": 37, 9683 "ovhg": None, 9684 "ovhgseq": None, 9685 "results": None, 9686 "scd3": None, 9687 "scd5": None, 9688 "site": "CCYGA", 9689 "size": 5, 9690 "substrat": "DNA", 9691 "suppl": (), 9692 }
9693 9694 9695 rest_dict["CjeNV"] = _temp() 9696 9697
9698 -def _temp():
9699 return { 9700 "charac": (None, None, None, None, "CACNNNNNNNGAA"), 9701 "compsite": "(?=(?P<CjeP659IV>CAC.......GAA))|(?=(?P<CjeP659IV_as>TTC.......GTG))", 9702 "dna": None, 9703 "freq": 4096.0, 9704 "fst3": None, 9705 "fst5": None, 9706 "inact_temp": 65, 9707 "opt_temp": 37, 9708 "ovhg": None, 9709 "ovhgseq": None, 9710 "results": None, 9711 "scd3": None, 9712 "scd5": None, 9713 "site": "CACNNNNNNNGAA", 9714 "size": 13, 9715 "substrat": "DNA", 9716 "suppl": (), 9717 }
9718 9719 9720 rest_dict["CjeP659IV"] = _temp() 9721 9722
9723 -def _temp():
9724 return { 9725 "charac": (-7, -25, 26, 8, "CCANNNNNNNTC"), 9726 "compsite": "(?=(?P<CjePI>CCA.......TC))|(?=(?P<CjePI_as>GA.......TGG))", 9727 "dna": None, 9728 "freq": 1024.0, 9729 "fst3": -25, 9730 "fst5": -7, 9731 "inact_temp": 65, 9732 "opt_temp": 37, 9733 "ovhg": 6, 9734 "ovhgseq": "NNNNNN", 9735 "results": None, 9736 "scd3": 8, 9737 "scd5": 26, 9738 "site": "CCANNNNNNNTC", 9739 "size": 12, 9740 "substrat": "DNA", 9741 "suppl": (), 9742 }
9743 9744 9745 rest_dict["CjePI"] = _temp() 9746 9747
9748 -def _temp():
9749 return { 9750 "charac": (None, None, None, None, "CAYNNNNNRTG"), 9751 "compsite": "(?=(?P<CjuI>CA[CT].....[AG]TG))", 9752 "dna": None, 9753 "freq": 1024.0, 9754 "fst3": None, 9755 "fst5": None, 9756 "inact_temp": 65, 9757 "opt_temp": 37, 9758 "ovhg": None, 9759 "ovhgseq": None, 9760 "results": None, 9761 "scd3": None, 9762 "scd5": None, 9763 "site": "CAYNNNNNRTG", 9764 "size": 11, 9765 "substrat": "DNA", 9766 "suppl": (), 9767 }
9768 9769 9770 rest_dict["CjuI"] = _temp() 9771 9772
9773 -def _temp():
9774 return { 9775 "charac": (None, None, None, None, "CAYNNNNNCTC"), 9776 "compsite": "(?=(?P<CjuII>CA[CT].....CTC))|(?=(?P<CjuII_as>GAG.....[AG]TG))", 9777 "dna": None, 9778 "freq": 2048.0, 9779 "fst3": None, 9780 "fst5": None, 9781 "inact_temp": 65, 9782 "opt_temp": 37, 9783 "ovhg": None, 9784 "ovhgseq": None, 9785 "results": None, 9786 "scd3": None, 9787 "scd5": None, 9788 "site": "CAYNNNNNCTC", 9789 "size": 11, 9790 "substrat": "DNA", 9791 "suppl": (), 9792 }
9793 9794 9795 rest_dict["CjuII"] = _temp() 9796 9797
9798 -def _temp():
9799 return { 9800 "charac": (None, None, None, None, "GCGAA"), 9801 "compsite": "(?=(?P<Cla11845III>GCGAA))|(?=(?P<Cla11845III_as>TTCGC))", 9802 "dna": None, 9803 "freq": 1024.0, 9804 "fst3": None, 9805 "fst5": None, 9806 "inact_temp": 65, 9807 "opt_temp": 37, 9808 "ovhg": None, 9809 "ovhgseq": None, 9810 "results": None, 9811 "scd3": None, 9812 "scd5": None, 9813 "site": "GCGAA", 9814 "size": 5, 9815 "substrat": "DNA", 9816 "suppl": (), 9817 }
9818 9819 9820 rest_dict["Cla11845III"] = _temp() 9821 9822
9823 -def _temp():
9824 return { 9825 "charac": (2, -2, None, None, "ATCGAT"), 9826 "compsite": "(?=(?P<ClaI>ATCGAT))", 9827 "dna": None, 9828 "freq": 4096.0, 9829 "fst3": -2, 9830 "fst5": 2, 9831 "inact_temp": 65, 9832 "opt_temp": 37, 9833 "ovhg": -2, 9834 "ovhgseq": "CG", 9835 "results": None, 9836 "scd3": None, 9837 "scd5": None, 9838 "site": "ATCGAT", 9839 "size": 6, 9840 "substrat": "DNA", 9841 "suppl": ("B", "K", "M", "N", "Q", "R", "S", "X"), 9842 }
9843 9844 9845 rest_dict["ClaI"] = _temp() 9846 9847
9848 -def _temp():
9849 return { 9850 "charac": (None, None, None, None, "AAAAGRG"), 9851 "compsite": "(?=(?P<Cly7489II>AAAAG[AG]G))|(?=(?P<Cly7489II_as>C[CT]CTTTT))", 9852 "dna": None, 9853 "freq": 8192.0, 9854 "fst3": None, 9855 "fst5": None, 9856 "inact_temp": 65, 9857 "opt_temp": 37, 9858 "ovhg": None, 9859 "ovhgseq": None, 9860 "results": None, 9861 "scd3": None, 9862 "scd5": None, 9863 "site": "AAAAGRG", 9864 "size": 7, 9865 "substrat": "DNA", 9866 "suppl": (), 9867 }
9868 9869 9870 rest_dict["Cly7489II"] = _temp() 9871 9872
9873 -def _temp():
9874 return { 9875 "charac": (None, None, None, None, "CGGAAG"), 9876 "compsite": "(?=(?P<Cma23826I>CGGAAG))|(?=(?P<Cma23826I_as>CTTCCG))", 9877 "dna": None, 9878 "freq": 4096.0, 9879 "fst3": None, 9880 "fst5": None, 9881 "inact_temp": 65, 9882 "opt_temp": 37, 9883 "ovhg": None, 9884 "ovhgseq": None, 9885 "results": None, 9886 "scd3": None, 9887 "scd5": None, 9888 "site": "CGGAAG", 9889 "size": 6, 9890 "substrat": "DNA", 9891 "suppl": (), 9892 }
9893 9894 9895 rest_dict["Cma23826I"] = _temp() 9896 9897
9898 -def _temp():
9899 return { 9900 "charac": (2, -2, None, None, "CGGWCCG"), 9901 "compsite": "(?=(?P<CpoI>CGG[AT]CCG))", 9902 "dna": None, 9903 "freq": 8192.0, 9904 "fst3": -2, 9905 "fst5": 2, 9906 "inact_temp": 65, 9907 "opt_temp": 37, 9908 "ovhg": -3, 9909 "ovhgseq": "GWC", 9910 "results": None, 9911 "scd3": None, 9912 "scd5": None, 9913 "site": "CGGWCCG", 9914 "size": 7, 9915 "substrat": "DNA", 9916 "suppl": ("B", "K"), 9917 }
9918 9919 9920 rest_dict["CpoI"] = _temp() 9921 9922
9923 -def _temp():
9924 return { 9925 "charac": (10, 10, None, None, "GACGC"), 9926 "compsite": "(?=(?P<CseI>GACGC))|(?=(?P<CseI_as>GCGTC))", 9927 "dna": None, 9928 "freq": 1024.0, 9929 "fst3": 10, 9930 "fst5": 10, 9931 "inact_temp": 65, 9932 "opt_temp": 37, 9933 "ovhg": -5, 9934 "ovhgseq": "NNNNN", 9935 "results": None, 9936 "scd3": None, 9937 "scd5": None, 9938 "site": "GACGC", 9939 "size": 5, 9940 "substrat": "DNA", 9941 "suppl": ("B",), 9942 }
9943 9944 9945 rest_dict["CseI"] = _temp() 9946 9947
9948 -def _temp():
9949 return { 9950 "charac": (1, -1, None, None, "ACCWGGT"), 9951 "compsite": "(?=(?P<CsiI>ACC[AT]GGT))", 9952 "dna": None, 9953 "freq": 8192.0, 9954 "fst3": -1, 9955 "fst5": 1, 9956 "inact_temp": 65, 9957 "opt_temp": 37, 9958 "ovhg": -5, 9959 "ovhgseq": "CCWGG", 9960 "results": None, 9961 "scd3": None, 9962 "scd5": None, 9963 "site": "ACCWGGT", 9964 "size": 7, 9965 "substrat": "DNA", 9966 "suppl": ("B",), 9967 }
9968 9969 9970 rest_dict["CsiI"] = _temp() 9971 9972
9973 -def _temp():
9974 return { 9975 "charac": (None, None, None, None, "GGAGGC"), 9976 "compsite": "(?=(?P<Csp2014I>GGAGGC))|(?=(?P<Csp2014I_as>GCCTCC))", 9977 "dna": None, 9978 "freq": 4096.0, 9979 "fst3": None, 9980 "fst5": None, 9981 "inact_temp": 65, 9982 "opt_temp": 37, 9983 "ovhg": None, 9984 "ovhgseq": None, 9985 "results": None, 9986 "scd3": None, 9987 "scd5": None, 9988 "site": "GGAGGC", 9989 "size": 6, 9990 "substrat": "DNA", 9991 "suppl": (), 9992 }
9993 9994 9995 rest_dict["Csp2014I"] = _temp() 9996 9997
9998 -def _temp():
9999 return { 10000 "charac": (1, -1, None, None, "GTAC"), 10001 "compsite": "(?=(?P<Csp6I>GTAC))", 10002 "dna": None, 10003 "freq": 256.0, 10004 "fst3": -1, 10005 "fst5": 1, 10006 "inact_temp": 65, 10007 "opt_temp": 37, 10008 "ovhg": -2, 10009 "ovhgseq": "TA", 10010 "results": None, 10011 "scd3": None, 10012 "scd5": None, 10013 "site": "GTAC", 10014 "size": 4, 10015 "substrat": "DNA", 10016 "suppl": ("B",), 10017 }
10018 10019 10020 rest_dict["Csp6I"] = _temp() 10021 10022
10023 -def _temp():
10024 return { 10025 "charac": (1, -1, None, None, "ACCGGT"), 10026 "compsite": "(?=(?P<CspAI>ACCGGT))", 10027 "dna": None, 10028 "freq": 4096.0, 10029 "fst3": -1, 10030 "fst5": 1, 10031 "inact_temp": 65, 10032 "opt_temp": 37, 10033 "ovhg": -4, 10034 "ovhgseq": "CCGG", 10035 "results": None, 10036 "scd3": None, 10037 "scd5": None, 10038 "site": "ACCGGT", 10039 "size": 6, 10040 "substrat": "DNA", 10041 "suppl": ("C",), 10042 }
10043 10044 10045 rest_dict["CspAI"] = _temp() 10046 10047
10048 -def _temp():
10049 return { 10050 "charac": (-11, -25, 24, 10, "CAANNNNNGTGG"), 10051 "compsite": "(?=(?P<CspCI>CAA.....GTGG))|(?=(?P<CspCI_as>CCAC.....TTG))", 10052 "dna": None, 10053 "freq": 16384.0, 10054 "fst3": -25, 10055 "fst5": -11, 10056 "inact_temp": 65, 10057 "opt_temp": 37, 10058 "ovhg": 2, 10059 "ovhgseq": "NN", 10060 "results": None, 10061 "scd3": 10, 10062 "scd5": 24, 10063 "site": "CAANNNNNGTGG", 10064 "size": 12, 10065 "substrat": "DNA", 10066 "suppl": ("N",), 10067 }
10068 10069 10070 rest_dict["CspCI"] = _temp() 10071 10072
10073 -def _temp():
10074 return { 10075 "charac": (2, -2, None, None, "CGGWCCG"), 10076 "compsite": "(?=(?P<CspI>CGG[AT]CCG))", 10077 "dna": None, 10078 "freq": 8192.0, 10079 "fst3": -2, 10080 "fst5": 2, 10081 "inact_temp": 65, 10082 "opt_temp": 37, 10083 "ovhg": -3, 10084 "ovhgseq": "GWC", 10085 "results": None, 10086 "scd3": None, 10087 "scd5": None, 10088 "site": "CGGWCCG", 10089 "size": 7, 10090 "substrat": "DNA", 10091 "suppl": ("R",), 10092 }
10093 10094 10095 rest_dict["CspI"] = _temp() 10096 10097
10098 -def _temp():
10099 return { 10100 "charac": (26, 18, None, None, "AAGGAG"), 10101 "compsite": "(?=(?P<CstMI>AAGGAG))|(?=(?P<CstMI_as>CTCCTT))", 10102 "dna": None, 10103 "freq": 4096.0, 10104 "fst3": 18, 10105 "fst5": 26, 10106 "inact_temp": 65, 10107 "opt_temp": 37, 10108 "ovhg": 2, 10109 "ovhgseq": "NN", 10110 "results": None, 10111 "scd3": None, 10112 "scd5": None, 10113 "site": "AAGGAG", 10114 "size": 6, 10115 "substrat": "DNA", 10116 "suppl": (), 10117 }
10118 10119 10120 rest_dict["CstMI"] = _temp() 10121 10122
10123 -def _temp():
10124 return { 10125 "charac": (1, -1, None, None, "CATG"), 10126 "compsite": "(?=(?P<CviAII>CATG))", 10127 "dna": None, 10128 "freq": 256.0, 10129 "fst3": -1, 10130 "fst5": 1, 10131 "inact_temp": 65, 10132 "opt_temp": 37, 10133 "ovhg": -2, 10134 "ovhgseq": "AT", 10135 "results": None, 10136 "scd3": None, 10137 "scd5": None, 10138 "site": "CATG", 10139 "size": 4, 10140 "substrat": "DNA", 10141 "suppl": ("N",), 10142 }
10143 10144 10145 rest_dict["CviAII"] = _temp() 10146 10147
10148 -def _temp():
10149 return { 10150 "charac": (2, -2, None, None, "RGCY"), 10151 "compsite": "(?=(?P<CviJI>[AG]GC[CT]))", 10152 "dna": None, 10153 "freq": 64.0, 10154 "fst3": -2, 10155 "fst5": 2, 10156 "inact_temp": 65, 10157 "opt_temp": 37, 10158 "ovhg": 0, 10159 "ovhgseq": "", 10160 "results": None, 10161 "scd3": None, 10162 "scd5": None, 10163 "site": "RGCY", 10164 "size": 4, 10165 "substrat": "DNA", 10166 "suppl": ("Q", "X"), 10167 }
10168 10169 10170 rest_dict["CviJI"] = _temp() 10171 10172
10173 -def _temp():
10174 return { 10175 "charac": (2, -2, None, None, "RGCY"), 10176 "compsite": "(?=(?P<CviKI_1>[AG]GC[CT]))", 10177 "dna": None, 10178 "freq": 64.0, 10179 "fst3": -2, 10180 "fst5": 2, 10181 "inact_temp": 65, 10182 "opt_temp": 37, 10183 "ovhg": 0, 10184 "ovhgseq": "", 10185 "results": None, 10186 "scd3": None, 10187 "scd5": None, 10188 "site": "RGCY", 10189 "size": 4, 10190 "substrat": "DNA", 10191 "suppl": ("N",), 10192 }
10193 10194 10195 rest_dict["CviKI_1"] = _temp() 10196 10197
10198 -def _temp():
10199 return { 10200 "charac": (1, -1, None, None, "GTAC"), 10201 "compsite": "(?=(?P<CviQI>GTAC))", 10202 "dna": None, 10203 "freq": 256.0, 10204 "fst3": -1, 10205 "fst5": 1, 10206 "inact_temp": 65, 10207 "opt_temp": 37, 10208 "ovhg": -2, 10209 "ovhgseq": "TA", 10210 "results": None, 10211 "scd3": None, 10212 "scd5": None, 10213 "site": "GTAC", 10214 "size": 4, 10215 "substrat": "DNA", 10216 "suppl": ("N",), 10217 }
10218 10219 10220 rest_dict["CviQI"] = _temp() 10221 10222
10223 -def _temp():
10224 return { 10225 "charac": (2, -2, None, None, "TGCA"), 10226 "compsite": "(?=(?P<CviRI>TGCA))", 10227 "dna": None, 10228 "freq": 256.0, 10229 "fst3": -2, 10230 "fst5": 2, 10231 "inact_temp": 65, 10232 "opt_temp": 37, 10233 "ovhg": 0, 10234 "ovhgseq": "", 10235 "results": None, 10236 "scd3": None, 10237 "scd5": None, 10238 "site": "TGCA", 10239 "size": 4, 10240 "substrat": "DNA", 10241 "suppl": (), 10242 }
10243 10244 10245 rest_dict["CviRI"] = _temp() 10246 10247
10248 -def _temp():
10249 return { 10250 "charac": (None, None, None, None, "CCWGG"), 10251 "compsite": "(?=(?P<Dde51507I>CC[AT]GG))", 10252 "dna": None, 10253 "freq": 512.0, 10254 "fst3": None, 10255 "fst5": None, 10256 "inact_temp": 65, 10257 "opt_temp": 37, 10258 "ovhg": None, 10259 "ovhgseq": None, 10260 "results": None, 10261 "scd3": None, 10262 "scd5": None, 10263 "site": "CCWGG", 10264 "size": 5, 10265 "substrat": "DNA", 10266 "suppl": (), 10267 }
10268 10269 10270 rest_dict["Dde51507I"] = _temp() 10271 10272
10273 -def _temp():
10274 return { 10275 "charac": (1, -1, None, None, "CTNAG"), 10276 "compsite": "(?=(?P<DdeI>CT.AG))", 10277 "dna": None, 10278 "freq": 256.0, 10279 "fst3": -1, 10280 "fst5": 1, 10281 "inact_temp": 65, 10282 "opt_temp": 37, 10283 "ovhg": -3, 10284 "ovhgseq": "TNA", 10285 "results": None, 10286 "scd3": None, 10287 "scd5": None, 10288 "site": "CTNAG", 10289 "size": 5, 10290 "substrat": "DNA", 10291 "suppl": ("K", "M", "N", "O", "Q", "R", "S", "X"), 10292 }
10293 10294 10295 rest_dict["DdeI"] = _temp() 10296 10297
10298 -def _temp():
10299 return { 10300 "charac": (3, -3, None, None, "GGCGCC"), 10301 "compsite": "(?=(?P<DinI>GGCGCC))", 10302 "dna": None, 10303 "freq": 4096.0, 10304 "fst3": -3, 10305 "fst5": 3, 10306 "inact_temp": 65, 10307 "opt_temp": 37, 10308 "ovhg": 0, 10309 "ovhgseq": "", 10310 "results": None, 10311 "scd3": None, 10312 "scd5": None, 10313 "site": "GGCGCC", 10314 "size": 6, 10315 "substrat": "DNA", 10316 "suppl": ("V",), 10317 }
10318 10319 10320 rest_dict["DinI"] = _temp() 10321 10322
10323 -def _temp():
10324 return { 10325 "charac": (2, -2, None, None, "GATC"), 10326 "compsite": "(?=(?P<DpnI>GATC))", 10327 "dna": None, 10328 "freq": 256.0, 10329 "fst3": -2, 10330 "fst5": 2, 10331 "inact_temp": 65, 10332 "opt_temp": 37, 10333 "ovhg": 0, 10334 "ovhgseq": "", 10335 "results": None, 10336 "scd3": None, 10337 "scd5": None, 10338 "site": "GATC", 10339 "size": 4, 10340 "substrat": "DNA", 10341 "suppl": ("B", "E", "K", "M", "N", "O", "Q", "R", "S", "X"), 10342 }
10343 10344 10345 rest_dict["DpnI"] = _temp() 10346 10347
10348 -def _temp():
10349 return { 10350 "charac": (0, 0, None, None, "GATC"), 10351 "compsite": "(?=(?P<DpnII>GATC))", 10352 "dna": None, 10353 "freq": 256.0, 10354 "fst3": 0, 10355 "fst5": 0, 10356 "inact_temp": 65, 10357 "opt_temp": 37, 10358 "ovhg": -4, 10359 "ovhgseq": "GATC", 10360 "results": None, 10361 "scd3": None, 10362 "scd5": None, 10363 "site": "GATC", 10364 "size": 4, 10365 "substrat": "DNA", 10366 "suppl": ("N",), 10367 }
10368 10369 10370 rest_dict["DpnII"] = _temp() 10371 10372
10373 -def _temp():
10374 return { 10375 "charac": (3, -3, None, None, "TTTAAA"), 10376 "compsite": "(?=(?P<DraI>TTTAAA))", 10377 "dna": None, 10378 "freq": 4096.0, 10379 "fst3": -3, 10380 "fst5": 3, 10381 "inact_temp": 65, 10382 "opt_temp": 37, 10383 "ovhg": 0, 10384 "ovhgseq": "", 10385 "results": None, 10386 "scd3": None, 10387 "scd5": None, 10388 "site": "TTTAAA", 10389 "size": 6, 10390 "substrat": "DNA", 10391 "suppl": ("B", "I", "J", "K", "M", "N", "Q", "R", "S", "V", "X"), 10392 }
10393 10394 10395 rest_dict["DraI"] = _temp() 10396 10397
10398 -def _temp():
10399 return { 10400 "charac": (2, -2, None, None, "RGGNCCY"), 10401 "compsite": "(?=(?P<DraII>[AG]GG.CC[CT]))", 10402 "dna": None, 10403 "freq": 1024.0, 10404 "fst3": -2, 10405 "fst5": 2, 10406 "inact_temp": 65, 10407 "opt_temp": 37, 10408 "ovhg": -3, 10409 "ovhgseq": "GNC", 10410 "results": None, 10411 "scd3": None, 10412 "scd5": None, 10413 "site": "RGGNCCY", 10414 "size": 7, 10415 "substrat": "DNA", 10416 "suppl": (), 10417 }
10418 10419 10420 rest_dict["DraII"] = _temp() 10421 10422
10423 -def _temp():
10424 return { 10425 "charac": (6, -6, None, None, "CACNNNGTG"), 10426 "compsite": "(?=(?P<DraIII>CAC...GTG))", 10427 "dna": None, 10428 "freq": 4096.0, 10429 "fst3": -6, 10430 "fst5": 6, 10431 "inact_temp": 65, 10432 "opt_temp": 37, 10433 "ovhg": 3, 10434 "ovhgseq": "NNN", 10435 "results": None, 10436 "scd3": None, 10437 "scd5": None, 10438 "site": "CACNNNGTG", 10439 "size": 9, 10440 "substrat": "DNA", 10441 "suppl": ("I", "M", "N", "V"), 10442 }
10443 10444 10445 rest_dict["DraIII"] = _temp() 10446 10447
10448 -def _temp():
10449 return { 10450 "charac": (27, 18, None, None, "CAAGNAC"), 10451 "compsite": "(?=(?P<DraRI>CAAG.AC))|(?=(?P<DraRI_as>GT.CTTG))", 10452 "dna": None, 10453 "freq": 4096.0, 10454 "fst3": 18, 10455 "fst5": 27, 10456 "inact_temp": 65, 10457 "opt_temp": 37, 10458 "ovhg": 2, 10459 "ovhgseq": "NN", 10460 "results": None, 10461 "scd3": None, 10462 "scd5": None, 10463 "site": "CAAGNAC", 10464 "size": 7, 10465 "substrat": "DNA", 10466 "suppl": (), 10467 }
10468 10469 10470 rest_dict["DraRI"] = _temp() 10471 10472
10473 -def _temp():
10474 return { 10475 "charac": (7, -7, None, None, "GACNNNNNNGTC"), 10476 "compsite": "(?=(?P<DrdI>GAC......GTC))", 10477 "dna": None, 10478 "freq": 4096.0, 10479 "fst3": -7, 10480 "fst5": 7, 10481 "inact_temp": 65, 10482 "opt_temp": 37, 10483 "ovhg": 2, 10484 "ovhgseq": "NN", 10485 "results": None, 10486 "scd3": None, 10487 "scd5": None, 10488 "site": "GACNNNNNNGTC", 10489 "size": 12, 10490 "substrat": "DNA", 10491 "suppl": ("N",), 10492 }
10493 10494 10495 rest_dict["DrdI"] = _temp() 10496 10497
10498 -def _temp():
10499 return { 10500 "charac": (None, None, None, None, "GAACCA"), 10501 "compsite": "(?=(?P<DrdII>GAACCA))|(?=(?P<DrdII_as>TGGTTC))", 10502 "dna": None, 10503 "freq": 4096.0, 10504 "fst3": None, 10505 "fst5": None, 10506 "inact_temp": 65, 10507 "opt_temp": 37, 10508 "ovhg": None, 10509 "ovhgseq": None, 10510 "results": None, 10511 "scd3": None, 10512 "scd5": None, 10513 "site": "GAACCA", 10514 "size": 6, 10515 "substrat": "DNA", 10516 "suppl": (), 10517 }
10518 10519 10520 rest_dict["DrdII"] = _temp() 10521 10522
10523 -def _temp():
10524 return { 10525 "charac": (26, 18, None, None, "TACGAC"), 10526 "compsite": "(?=(?P<DrdIV>TACGAC))|(?=(?P<DrdIV_as>GTCGTA))", 10527 "dna": None, 10528 "freq": 4096.0, 10529 "fst3": 18, 10530 "fst5": 26, 10531 "inact_temp": 65, 10532 "opt_temp": 37, 10533 "ovhg": 2, 10534 "ovhgseq": "NN", 10535 "results": None, 10536 "scd3": None, 10537 "scd5": None, 10538 "site": "TACGAC", 10539 "size": 6, 10540 "substrat": "DNA", 10541 "suppl": (), 10542 }
10543 10544 10545 rest_dict["DrdIV"] = _temp() 10546 10547
10548 -def _temp():
10549 return { 10550 "charac": (6, -6, None, None, "GACNNNNNGTC"), 10551 "compsite": "(?=(?P<DriI>GAC.....GTC))", 10552 "dna": None, 10553 "freq": 4096.0, 10554 "fst3": -6, 10555 "fst5": 6, 10556 "inact_temp": 65, 10557 "opt_temp": 37, 10558 "ovhg": 1, 10559 "ovhgseq": "N", 10560 "results": None, 10561 "scd3": None, 10562 "scd5": None, 10563 "site": "GACNNNNNGTC", 10564 "size": 11, 10565 "substrat": "DNA", 10566 "suppl": ("I",), 10567 }
10568 10569 10570 rest_dict["DriI"] = _temp() 10571 10572
10573 -def _temp():
10574 return { 10575 "charac": (1, -1, None, None, "CCRYGG"), 10576 "compsite": "(?=(?P<DsaI>CC[AG][CT]GG))", 10577 "dna": None, 10578 "freq": 1024.0, 10579 "fst3": -1, 10580 "fst5": 1, 10581 "inact_temp": 65, 10582 "opt_temp": 37, 10583 "ovhg": -4, 10584 "ovhgseq": "CRYG", 10585 "results": None, 10586 "scd3": None, 10587 "scd5": None, 10588 "site": "CCRYGG", 10589 "size": 6, 10590 "substrat": "DNA", 10591 "suppl": (), 10592 }
10593 10594 10595 rest_dict["DsaI"] = _temp() 10596 10597
10598 -def _temp():
10599 return { 10600 "charac": (7, -7, None, None, "GACNNNNNNGTC"), 10601 "compsite": "(?=(?P<DseDI>GAC......GTC))", 10602 "dna": None, 10603 "freq": 4096.0, 10604 "fst3": -7, 10605 "fst5": 7, 10606 "inact_temp": 65, 10607 "opt_temp": 37, 10608 "ovhg": 2, 10609 "ovhgseq": "NN", 10610 "results": None, 10611 "scd3": None, 10612 "scd5": None, 10613 "site": "GACNNNNNNGTC", 10614 "size": 12, 10615 "substrat": "DNA", 10616 "suppl": ("I", "V"), 10617 }
10618 10619 10620 rest_dict["DseDI"] = _temp() 10621 10622
10623 -def _temp():
10624 return { 10625 "charac": (None, None, None, None, "CACNCAC"), 10626 "compsite": "(?=(?P<DvuIII>CAC.CAC))|(?=(?P<DvuIII_as>GTG.GTG))", 10627 "dna": None, 10628 "freq": 4096.0, 10629 "fst3": None, 10630 "fst5": None, 10631 "inact_temp": 65, 10632 "opt_temp": 37, 10633 "ovhg": None, 10634 "ovhgseq": None, 10635 "results": None, 10636 "scd3": None, 10637 "scd5": None, 10638 "site": "CACNCAC", 10639 "size": 7, 10640 "substrat": "DNA", 10641 "suppl": (), 10642 }
10643 10644 10645 rest_dict["DvuIII"] = _temp() 10646 10647
10648 -def _temp():
10649 return { 10650 "charac": (1, -1, None, None, "YGGCCR"), 10651 "compsite": "(?=(?P<EaeI>[CT]GGCC[AG]))", 10652 "dna": None, 10653 "freq": 1024.0, 10654 "fst3": -1, 10655 "fst5": 1, 10656 "inact_temp": 65, 10657 "opt_temp": 37, 10658 "ovhg": -4, 10659 "ovhgseq": "GGCC", 10660 "results": None, 10661 "scd3": None, 10662 "scd5": None, 10663 "site": "YGGCCR", 10664 "size": 6, 10665 "substrat": "DNA", 10666 "suppl": ("K", "N"), 10667 }
10668 10669 10670 rest_dict["EaeI"] = _temp() 10671 10672
10673 -def _temp():
10674 return { 10675 "charac": (1, -1, None, None, "CGGCCG"), 10676 "compsite": "(?=(?P<EagI>CGGCCG))", 10677 "dna": None, 10678 "freq": 4096.0, 10679 "fst3": -1, 10680 "fst5": 1, 10681 "inact_temp": 65, 10682 "opt_temp": 37, 10683 "ovhg": -4, 10684 "ovhgseq": "GGCC", 10685 "results": None, 10686 "scd3": None, 10687 "scd5": None, 10688 "site": "CGGCCG", 10689 "size": 6, 10690 "substrat": "DNA", 10691 "suppl": ("N",), 10692 }
10693 10694 10695 rest_dict["EagI"] = _temp() 10696 10697
10698 -def _temp():
10699 return { 10700 "charac": (7, 4, None, None, "CTCTTC"), 10701 "compsite": "(?=(?P<Eam1104I>CTCTTC))|(?=(?P<Eam1104I_as>GAAGAG))", 10702 "dna": None, 10703 "freq": 4096.0, 10704 "fst3": 4, 10705 "fst5": 7, 10706 "inact_temp": 65, 10707 "opt_temp": 37, 10708 "ovhg": -3, 10709 "ovhgseq": "NNN", 10710 "results": None, 10711 "scd3": None, 10712 "scd5": None, 10713 "site": "CTCTTC", 10714 "size": 6, 10715 "substrat": "DNA", 10716 "suppl": ("B",), 10717 }
10718 10719 10720 rest_dict["Eam1104I"] = _temp() 10721 10722
10723 -def _temp():
10724 return { 10725 "charac": (6, -6, None, None, "GACNNNNNGTC"), 10726 "compsite": "(?=(?P<Eam1105I>GAC.....GTC))", 10727 "dna": None, 10728 "freq": 4096.0, 10729 "fst3": -6, 10730 "fst5": 6, 10731 "inact_temp": 65, 10732 "opt_temp": 37, 10733 "ovhg": 1, 10734 "ovhgseq": "N", 10735 "results": None, 10736 "scd3": None, 10737 "scd5": None, 10738 "site": "GACNNNNNGTC", 10739 "size": 11, 10740 "substrat": "DNA", 10741 "suppl": ("B",), 10742 }
10743 10744 10745 rest_dict["Eam1105I"] = _temp() 10746 10747
10748 -def _temp():
10749 return { 10750 "charac": (7, 4, None, None, "CTCTTC"), 10751 "compsite": "(?=(?P<EarI>CTCTTC))|(?=(?P<EarI_as>GAAGAG))", 10752 "dna": None, 10753 "freq": 4096.0, 10754 "fst3": 4, 10755 "fst5": 7, 10756 "inact_temp": 65, 10757 "opt_temp": 37, 10758 "ovhg": -3, 10759 "ovhgseq": "NNN", 10760 "results": None, 10761 "scd3": None, 10762 "scd5": None, 10763 "site": "CTCTTC", 10764 "size": 6, 10765 "substrat": "DNA", 10766 "suppl": ("N",), 10767 }
10768 10769 10770 rest_dict["EarI"] = _temp() 10771 10772
10773 -def _temp():
10774 return { 10775 "charac": (17, 9, None, None, "GGCGGA"), 10776 "compsite": "(?=(?P<EciI>GGCGGA))|(?=(?P<EciI_as>TCCGCC))", 10777 "dna": None, 10778 "freq": 4096.0, 10779 "fst3": 9, 10780 "fst5": 17, 10781 "inact_temp": 65, 10782 "opt_temp": 37, 10783 "ovhg": 2, 10784 "ovhgseq": "NN", 10785 "results": None, 10786 "scd3": None, 10787 "scd5": None, 10788 "site": "GGCGGA", 10789 "size": 6, 10790 "substrat": "DNA", 10791 "suppl": ("N",), 10792 }
10793 10794 10795 rest_dict["EciI"] = _temp() 10796 10797
10798 -def _temp():
10799 return { 10800 "charac": (3, -3, None, None, "GAGCTC"), 10801 "compsite": "(?=(?P<Ecl136II>GAGCTC))", 10802 "dna": None, 10803 "freq": 4096.0, 10804 "fst3": -3, 10805 "fst5": 3, 10806 "inact_temp": 65, 10807 "opt_temp": 37, 10808 "ovhg": 0, 10809 "ovhgseq": "", 10810 "results": None, 10811 "scd3": None, 10812 "scd5": None, 10813 "site": "GAGCTC", 10814 "size": 6, 10815 "substrat": "DNA", 10816 "suppl": ("B",), 10817 }
10818 10819 10820 rest_dict["Ecl136II"] = _temp() 10821 10822
10823 -def _temp():
10824 return { 10825 "charac": (None, None, None, None, "CGGNAAG"), 10826 "compsite": "(?=(?P<Ecl234I>CGG.AAG))|(?=(?P<Ecl234I_as>CTT.CCG))", 10827 "dna": None, 10828 "freq": 4096.0, 10829 "fst3": None, 10830 "fst5": None, 10831 "inact_temp": 65, 10832 "opt_temp": 37, 10833 "ovhg": None, 10834 "ovhgseq": None, 10835 "results": None, 10836 "scd3": None, 10837 "scd5": None, 10838 "site": "CGGNAAG", 10839 "size": 7, 10840 "substrat": "DNA", 10841 "suppl": (), 10842 }
10843 10844 10845 rest_dict["Ecl234I"] = _temp() 10846 10847
10848 -def _temp():
10849 return { 10850 "charac": (None, None, None, None, "GAAAYTC"), 10851 "compsite": "(?=(?P<Ecl35734I>GAAA[CT]TC))|(?=(?P<Ecl35734I_as>GA[AG]TTTC))", 10852 "dna": None, 10853 "freq": 8192.0, 10854 "fst3": None, 10855 "fst5": None, 10856 "inact_temp": 65, 10857 "opt_temp": 37, 10858 "ovhg": None, 10859 "ovhgseq": None, 10860 "results": None, 10861 "scd3": None, 10862 "scd5": None, 10863 "site": "GAAAYTC", 10864 "size": 7, 10865 "substrat": "DNA", 10866 "suppl": (), 10867 }
10868 10869 10870 rest_dict["Ecl35734I"] = _temp() 10871 10872
10873 -def _temp():
10874 return { 10875 "charac": (1, -1, None, None, "CGGCCG"), 10876 "compsite": "(?=(?P<EclXI>CGGCCG))", 10877 "dna": None, 10878 "freq": 4096.0, 10879 "fst3": -1, 10880 "fst5": 1, 10881 "inact_temp": 65, 10882 "opt_temp": 37, 10883 "ovhg": -4, 10884 "ovhgseq": "GGCC", 10885 "results": None, 10886 "scd3": None, 10887 "scd5": None, 10888 "site": "CGGCCG", 10889 "size": 6, 10890 "substrat": "DNA", 10891 "suppl": ("S",), 10892 }
10893 10894 10895 rest_dict["EclXI"] = _temp() 10896 10897
10898 -def _temp():
10899 return { 10900 "charac": (3, -3, None, None, "TACGTA"), 10901 "compsite": "(?=(?P<Eco105I>TACGTA))", 10902 "dna": None, 10903 "freq": 4096.0, 10904 "fst3": -3, 10905 "fst5": 3, 10906 "inact_temp": 65, 10907 "opt_temp": 37, 10908 "ovhg": 0, 10909 "ovhgseq": "", 10910 "results": None, 10911 "scd3": None, 10912 "scd5": None, 10913 "site": "TACGTA", 10914 "size": 6, 10915 "substrat": "DNA", 10916 "suppl": ("B",), 10917 }
10918 10919 10920 rest_dict["Eco105I"] = _temp() 10921 10922
10923 -def _temp():
10924 return { 10925 "charac": (1, -1, None, None, "CCWWGG"), 10926 "compsite": "(?=(?P<Eco130I>CC[AT][AT]GG))", 10927 "dna": None, 10928 "freq": 1024.0, 10929 "fst3": -1, 10930 "fst5": 1, 10931 "inact_temp": 65, 10932 "opt_temp": 37, 10933 "ovhg": -4, 10934 "ovhgseq": "CWWG", 10935 "results": None, 10936 "scd3": None, 10937 "scd5": None, 10938 "site": "CCWWGG", 10939 "size": 6, 10940 "substrat": "DNA", 10941 "suppl": ("B",), 10942 }
10943 10944 10945 rest_dict["Eco130I"] = _temp() 10946 10947
10948 -def _temp():
10949 return { 10950 "charac": (3, -3, None, None, "AGGCCT"), 10951 "compsite": "(?=(?P<Eco147I>AGGCCT))", 10952 "dna": None, 10953 "freq": 4096.0, 10954 "fst3": -3, 10955 "fst5": 3, 10956 "inact_temp": 65, 10957 "opt_temp": 37, 10958 "ovhg": 0, 10959 "ovhgseq": "", 10960 "results": None, 10961 "scd3": None, 10962 "scd5": None, 10963 "site": "AGGCCT", 10964 "size": 6, 10965 "substrat": "DNA", 10966 "suppl": ("B",), 10967 }
10968 10969 10970 rest_dict["Eco147I"] = _temp() 10971 10972
10973 -def _temp():
10974 return { 10975 "charac": (5, -5, None, None, "GRGCYC"), 10976 "compsite": "(?=(?P<Eco24I>G[AG]GC[CT]C))", 10977 "dna": None, 10978 "freq": 1024.0, 10979 "fst3": -5, 10980 "fst5": 5, 10981 "inact_temp": 65, 10982 "opt_temp": 37, 10983 "ovhg": 4, 10984 "ovhgseq": "RGCY", 10985 "results": None, 10986 "scd3": None, 10987 "scd5": None, 10988 "site": "GRGCYC", 10989 "size": 6, 10990 "substrat": "DNA", 10991 "suppl": ("B",), 10992 }
10993 10994 10995 rest_dict["Eco24I"] = _temp() 10996 10997
10998 -def _temp():
10999 return { 11000 "charac": (7, 5, None, None, "GGTCTC"), 11001 "compsite": "(?=(?P<Eco31I>GGTCTC))|(?=(?P<Eco31I_as>GAGACC))", 11002 "dna": None, 11003 "freq": 4096.0, 11004 "fst3": 5, 11005 "fst5": 7, 11006 "inact_temp": 65, 11007 "opt_temp": 37, 11008 "ovhg": -4, 11009 "ovhgseq": "NNNN", 11010 "results": None, 11011 "scd3": None, 11012 "scd5": None, 11013 "site": "GGTCTC", 11014 "size": 6, 11015 "substrat": "DNA", 11016 "suppl": ("B",), 11017 }
11018 11019 11020 rest_dict["Eco31I"] = _temp() 11021 11022
11023 -def _temp():
11024 return { 11025 "charac": (3, -3, None, None, "GATATC"), 11026 "compsite": "(?=(?P<Eco32I>GATATC))", 11027 "dna": None, 11028 "freq": 4096.0, 11029 "fst3": -3, 11030 "fst5": 3, 11031 "inact_temp": 65, 11032 "opt_temp": 37, 11033 "ovhg": 0, 11034 "ovhgseq": "", 11035 "results": None, 11036 "scd3": None, 11037 "scd5": None, 11038 "site": "GATATC", 11039 "size": 6, 11040 "substrat": "DNA", 11041 "suppl": ("B",), 11042 }
11043 11044 11045 rest_dict["Eco32I"] = _temp() 11046 11047
11048 -def _temp():
11049 return { 11050 "charac": (None, None, None, None, "CRARCAG"), 11051 "compsite": "(?=(?P<Eco43896II>C[AG]A[AG]CAG))|(?=(?P<Eco43896II_as>CTG[CT]T[CT]G))", 11052 "dna": None, 11053 "freq": 4096.0, 11054 "fst3": None, 11055 "fst5": None, 11056 "inact_temp": 65, 11057 "opt_temp": 37, 11058 "ovhg": None, 11059 "ovhgseq": None, 11060 "results": None, 11061 "scd3": None, 11062 "scd5": None, 11063 "site": "CRARCAG", 11064 "size": 7, 11065 "substrat": "DNA", 11066 "suppl": (), 11067 }
11068 11069 11070 rest_dict["Eco43896II"] = _temp() 11071 11072
11073 -def _temp():
11074 return { 11075 "charac": (None, None, None, None, "GAAABCC"), 11076 "compsite": "(?=(?P<Eco4465II>GAAA[CGT]CC))|(?=(?P<Eco4465II_as>GG[ACG]TTTC))", 11077 "dna": None, 11078 "freq": 5461.333333333333, 11079 "fst3": None, 11080 "fst5": None, 11081 "inact_temp": 65, 11082 "opt_temp": 37, 11083 "ovhg": None, 11084 "ovhgseq": None, 11085 "results": None, 11086 "scd3": None, 11087 "scd5": None, 11088 "site": "GAAABCC", 11089 "size": 7, 11090 "substrat": "DNA", 11091 "suppl": (), 11092 }
11093 11094 11095 rest_dict["Eco4465II"] = _temp() 11096 11097
11098 -def _temp():
11099 return { 11100 "charac": (1, -1, None, None, "GGWCC"), 11101 "compsite": "(?=(?P<Eco47I>GG[AT]CC))", 11102 "dna": None, 11103 "freq": 512.0, 11104 "fst3": -1, 11105 "fst5": 1, 11106 "inact_temp": 65, 11107 "opt_temp": 37, 11108 "ovhg": -3, 11109 "ovhgseq": "GWC", 11110 "results": None, 11111 "scd3": None, 11112 "scd5": None, 11113 "site": "GGWCC", 11114 "size": 5, 11115 "substrat": "DNA", 11116 "suppl": ("B",), 11117 }
11118 11119 11120 rest_dict["Eco47I"] = _temp() 11121 11122
11123 -def _temp():
11124 return { 11125 "charac": (3, -3, None, None, "AGCGCT"), 11126 "compsite": "(?=(?P<Eco47III>AGCGCT))", 11127 "dna": None, 11128 "freq": 4096.0, 11129 "fst3": -3, 11130 "fst5": 3, 11131 "inact_temp": 65, 11132 "opt_temp": 37, 11133 "ovhg": 0, 11134 "ovhgseq": "", 11135 "results": None, 11136 "scd3": None, 11137 "scd5": None, 11138 "site": "AGCGCT", 11139 "size": 6, 11140 "substrat": "DNA", 11141 "suppl": ("B", "M", "R", "S"), 11142 }
11143 11144 11145 rest_dict["Eco47III"] = _temp() 11146 11147
11148 -def _temp():
11149 return { 11150 "charac": (1, -1, None, None, "CGGCCG"), 11151 "compsite": "(?=(?P<Eco52I>CGGCCG))", 11152 "dna": None, 11153 "freq": 4096.0, 11154 "fst3": -1, 11155 "fst5": 1, 11156 "inact_temp": 65, 11157 "opt_temp": 37, 11158 "ovhg": -4, 11159 "ovhgseq": "GGCC", 11160 "results": None, 11161 "scd3": None, 11162 "scd5": None, 11163 "site": "CGGCCG", 11164 "size": 6, 11165 "substrat": "DNA", 11166 "suppl": ("B", "K"), 11167 }
11168 11169 11170 rest_dict["Eco52I"] = _temp() 11171 11172
11173 -def _temp():
11174 return { 11175 "charac": (3, -3, None, None, "GAGCTC"), 11176 "compsite": "(?=(?P<Eco53kI>GAGCTC))", 11177 "dna": None, 11178 "freq": 4096.0, 11179 "fst3": -3, 11180 "fst5": 3, 11181 "inact_temp": 65, 11182 "opt_temp": 37, 11183 "ovhg": 0, 11184 "ovhgseq": "", 11185 "results": None, 11186 "scd3": None, 11187 "scd5": None, 11188 "site": "GAGCTC", 11189 "size": 6, 11190 "substrat": "DNA", 11191 "suppl": ("N",), 11192 }
11193 11194 11195 rest_dict["Eco53kI"] = _temp() 11196 11197
11198 -def _temp():
11199 return { 11200 "charac": (22, 14, None, None, "CTGAAG"), 11201 "compsite": "(?=(?P<Eco57I>CTGAAG))|(?=(?P<Eco57I_as>CTTCAG))", 11202 "dna": None, 11203 "freq": 4096.0, 11204 "fst3": 14, 11205 "fst5": 22, 11206 "inact_temp": 65, 11207 "opt_temp": 37, 11208 "ovhg": 2, 11209 "ovhgseq": "NN", 11210 "results": None, 11211 "scd3": None, 11212 "scd5": None, 11213 "site": "CTGAAG", 11214 "size": 6, 11215 "substrat": "DNA", 11216 "suppl": ("B",), 11217 }
11218 11219 11220 rest_dict["Eco57I"] = _temp() 11221 11222
11223 -def _temp():
11224 return { 11225 "charac": (22, 14, None, None, "CTGRAG"), 11226 "compsite": "(?=(?P<Eco57MI>CTG[AG]AG))|(?=(?P<Eco57MI_as>CT[CT]CAG))", 11227 "dna": None, 11228 "freq": 2048.0, 11229 "fst3": 14, 11230 "fst5": 22, 11231 "inact_temp": 65, 11232 "opt_temp": 37, 11233 "ovhg": 2, 11234 "ovhgseq": "NN", 11235 "results": None, 11236 "scd3": None, 11237 "scd5": None, 11238 "site": "CTGRAG", 11239 "size": 6, 11240 "substrat": "DNA", 11241 "suppl": (), 11242 }
11243 11244 11245 rest_dict["Eco57MI"] = _temp() 11246 11247
11248 -def _temp():
11249 return { 11250 "charac": (3, -3, None, None, "CACGTG"), 11251 "compsite": "(?=(?P<Eco72I>CACGTG))", 11252 "dna": None, 11253 "freq": 4096.0, 11254 "fst3": -3, 11255 "fst5": 3, 11256 "inact_temp": 65, 11257 "opt_temp": 37, 11258 "ovhg": 0, 11259 "ovhgseq": "", 11260 "results": None, 11261 "scd3": None, 11262 "scd5": None, 11263 "site": "CACGTG", 11264 "size": 6, 11265 "substrat": "DNA", 11266 "suppl": ("B",), 11267 }
11268 11269 11270 rest_dict["Eco72I"] = _temp() 11271 11272
11273 -def _temp():
11274 return { 11275 "charac": (2, -2, None, None, "CCTNAGG"), 11276 "compsite": "(?=(?P<Eco81I>CCT.AGG))", 11277 "dna": None, 11278 "freq": 4096.0, 11279 "fst3": -2, 11280 "fst5": 2, 11281 "inact_temp": 65, 11282 "opt_temp": 37, 11283 "ovhg": -3, 11284 "ovhgseq": "TNA", 11285 "results": None, 11286 "scd3": None, 11287 "scd5": None, 11288 "site": "CCTNAGG", 11289 "size": 7, 11290 "substrat": "DNA", 11291 "suppl": ("B", "K"), 11292 }
11293 11294 11295 rest_dict["Eco81I"] = _temp() 11296 11297
11298 -def _temp():
11299 return { 11300 "charac": (1, -1, None, None, "CYCGRG"), 11301 "compsite": "(?=(?P<Eco88I>C[CT]CG[AG]G))", 11302 "dna": None, 11303 "freq": 1024.0, 11304 "fst3": -1, 11305 "fst5": 1, 11306 "inact_temp": 65, 11307 "opt_temp": 37, 11308 "ovhg": -4, 11309 "ovhgseq": "YCGR", 11310 "results": None, 11311 "scd3": None, 11312 "scd5": None, 11313 "site": "CYCGRG", 11314 "size": 6, 11315 "substrat": "DNA", 11316 "suppl": ("B",), 11317 }
11318 11319 11320 rest_dict["Eco88I"] = _temp() 11321 11322
11323 -def _temp():
11324 return { 11325 "charac": (1, -1, None, None, "GGTNACC"), 11326 "compsite": "(?=(?P<Eco91I>GGT.ACC))", 11327 "dna": None, 11328 "freq": 4096.0, 11329 "fst3": -1, 11330 "fst5": 1, 11331 "inact_temp": 65, 11332 "opt_temp": 37, 11333 "ovhg": -5, 11334 "ovhgseq": "GTNAC", 11335 "results": None, 11336 "scd3": None, 11337 "scd5": None, 11338 "site": "GGTNACC", 11339 "size": 7, 11340 "substrat": "DNA", 11341 "suppl": ("B",), 11342 }
11343 11344 11345 rest_dict["Eco91I"] = _temp() 11346 11347
11348 -def _temp():
11349 return { 11350 "charac": (2, -2, None, None, "RCSRC"), 11351 "compsite": "(?=(?P<EcoBLMcrX>[AG]C[CG][AG]C))|(?=(?P<EcoBLMcrX_as>G[CT][CG]G[CT]))", 11352 "dna": None, 11353 "freq": 128.0, 11354 "fst3": -2, 11355 "fst5": 2, 11356 "inact_temp": 65, 11357 "opt_temp": 37, 11358 "ovhg": -1, 11359 "ovhgseq": "S", 11360 "results": None, 11361 "scd3": None, 11362 "scd5": None, 11363 "site": "RCSRC", 11364 "size": 5, 11365 "substrat": "DNA", 11366 "suppl": (), 11367 }
11368 11369 11370 rest_dict["EcoBLMcrX"] = _temp() 11371 11372
11373 -def _temp():
11374 return { 11375 "charac": (None, None, None, None, "ACCYAC"), 11376 "compsite": "(?=(?P<EcoE1140I>ACC[CT]AC))|(?=(?P<EcoE1140I_as>GT[AG]GGT))", 11377 "dna": None, 11378 "freq": 2048.0, 11379 "fst3": None, 11380 "fst5": None, 11381 "inact_temp": 65, 11382 "opt_temp": 37, 11383 "ovhg": None, 11384 "ovhgseq": None, 11385 "results": None, 11386 "scd3": None, 11387 "scd5": None, 11388 "site": "ACCYAC", 11389 "size": 6, 11390 "substrat": "DNA", 11391 "suppl": (), 11392 }
11393 11394 11395 rest_dict["EcoE1140I"] = _temp() 11396 11397
11398 -def _temp():
11399 return { 11400 "charac": (0, 0, None, None, "CCSGG"), 11401 "compsite": "(?=(?P<EcoHI>CC[CG]GG))", 11402 "dna": None, 11403 "freq": 512.0, 11404 "fst3": 0, 11405 "fst5": 0, 11406 "inact_temp": 65, 11407 "opt_temp": 37, 11408 "ovhg": -5, 11409 "ovhgseq": "CCSGG", 11410 "results": None, 11411 "scd3": None, 11412 "scd5": None, 11413 "site": "CCSGG", 11414 "size": 5, 11415 "substrat": "DNA", 11416 "suppl": (), 11417 }
11418 11419 11420 rest_dict["EcoHI"] = _temp() 11421 11422
11423 -def _temp():
11424 return { 11425 "charac": (None, None, None, None, "GGTAAG"), 11426 "compsite": "(?=(?P<EcoHSI>GGTAAG))|(?=(?P<EcoHSI_as>CTTACC))", 11427 "dna": None, 11428 "freq": 4096.0, 11429 "fst3": None, 11430 "fst5": None, 11431 "inact_temp": 65, 11432 "opt_temp": 37, 11433 "ovhg": None, 11434 "ovhgseq": None, 11435 "results": None, 11436 "scd3": None, 11437 "scd5": None, 11438 "site": "GGTAAG", 11439 "size": 6, 11440 "substrat": "DNA", 11441 "suppl": (), 11442 }
11443 11444 11445 rest_dict["EcoHSI"] = _temp() 11446 11447
11448 -def _temp():
11449 return { 11450 "charac": (3, -3, None, None, "GAGCTC"), 11451 "compsite": "(?=(?P<EcoICRI>GAGCTC))", 11452 "dna": None, 11453 "freq": 4096.0, 11454 "fst3": -3, 11455 "fst5": 3, 11456 "inact_temp": 65, 11457 "opt_temp": 37, 11458 "ovhg": 0, 11459 "ovhgseq": "", 11460 "results": None, 11461 "scd3": None, 11462 "scd5": None, 11463 "site": "GAGCTC", 11464 "size": 6, 11465 "substrat": "DNA", 11466 "suppl": ("I", "R", "V"), 11467 }
11468 11469 11470 rest_dict["EcoICRI"] = _temp() 11471 11472
11473 -def _temp():
11474 return { 11475 "charac": (None, None, None, None, "CANCATC"), 11476 "compsite": "(?=(?P<EcoMVII>CA.CATC))|(?=(?P<EcoMVII_as>GATG.TG))", 11477 "dna": None, 11478 "freq": 4096.0, 11479 "fst3": None, 11480 "fst5": None, 11481 "inact_temp": 65, 11482 "opt_temp": 37, 11483 "ovhg": None, 11484 "ovhgseq": None, 11485 "results": None, 11486 "scd3": None, 11487 "scd5": None, 11488 "site": "CANCATC", 11489 "size": 7, 11490 "substrat": "DNA", 11491 "suppl": (), 11492 }
11493 11494 11495 rest_dict["EcoMVII"] = _temp() 11496 11497
11498 -def _temp():
11499 return { 11500 "charac": (5, -5, None, None, "CCTNNNNNAGG"), 11501 "compsite": "(?=(?P<EcoNI>CCT.....AGG))", 11502 "dna": None, 11503 "freq": 4096.0, 11504 "fst3": -5, 11505 "fst5": 5, 11506 "inact_temp": 65, 11507 "opt_temp": 37, 11508 "ovhg": -1, 11509 "ovhgseq": "N", 11510 "results": None, 11511 "scd3": None, 11512 "scd5": None, 11513 "site": "CCTNNNNNAGG", 11514 "size": 11, 11515 "substrat": "DNA", 11516 "suppl": ("N",), 11517 }
11518 11519 11520 rest_dict["EcoNI"] = _temp() 11521 11522
11523 -def _temp():
11524 return { 11525 "charac": (None, None, None, None, "ATGAAG"), 11526 "compsite": "(?=(?P<EcoNIH6II>ATGAAG))|(?=(?P<EcoNIH6II_as>CTTCAT))", 11527 "dna": None, 11528 "freq": 4096.0, 11529 "fst3": None, 11530 "fst5": None, 11531 "inact_temp": 65, 11532 "opt_temp": 37, 11533 "ovhg": None, 11534 "ovhgseq": None, 11535 "results": None, 11536 "scd3": None, 11537 "scd5": None, 11538 "site": "ATGAAG", 11539 "size": 6, 11540 "substrat": "DNA", 11541 "suppl": (), 11542 }
11543 11544 11545 rest_dict["EcoNIH6II"] = _temp() 11546 11547
11548 -def _temp():
11549 return { 11550 "charac": (2, -2, None, None, "RGGNCCY"), 11551 "compsite": "(?=(?P<EcoO109I>[AG]GG.CC[CT]))", 11552 "dna": None, 11553 "freq": 1024.0, 11554 "fst3": -2, 11555 "fst5": 2, 11556 "inact_temp": 65, 11557 "opt_temp": 37, 11558 "ovhg": -3, 11559 "ovhgseq": "GNC", 11560 "results": None, 11561 "scd3": None, 11562 "scd5": None, 11563 "site": "RGGNCCY", 11564 "size": 7, 11565 "substrat": "DNA", 11566 "suppl": ("B", "J", "K", "N"), 11567 }
11568 11569 11570 rest_dict["EcoO109I"] = _temp() 11571 11572
11573 -def _temp():
11574 return { 11575 "charac": (1, -1, None, None, "GGTNACC"), 11576 "compsite": "(?=(?P<EcoO65I>GGT.ACC))", 11577 "dna": None, 11578 "freq": 4096.0, 11579 "fst3": -1, 11580 "fst5": 1, 11581 "inact_temp": 65, 11582 "opt_temp": 37, 11583 "ovhg": -5, 11584 "ovhgseq": "GTNAC", 11585 "results": None, 11586 "scd3": None, 11587 "scd5": None, 11588 "site": "GGTNACC", 11589 "size": 7, 11590 "substrat": "DNA", 11591 "suppl": ("K",), 11592 }
11593 11594 11595 rest_dict["EcoO65I"] = _temp() 11596 11597
11598 -def _temp():
11599 return { 11600 "charac": (1, -1, None, None, "GAATTC"), 11601 "compsite": "(?=(?P<EcoRI>GAATTC))", 11602 "dna": None, 11603 "freq": 4096.0, 11604 "fst3": -1, 11605 "fst5": 1, 11606 "inact_temp": 65, 11607 "opt_temp": 37, 11608 "ovhg": -4, 11609 "ovhgseq": "AATT", 11610 "results": None, 11611 "scd3": None, 11612 "scd5": None, 11613 "site": "GAATTC", 11614 "size": 6, 11615 "substrat": "DNA", 11616 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X", "Y"), 11617 }
11618 11619 11620 rest_dict["EcoRI"] = _temp() 11621 11622
11623 -def _temp():
11624 return { 11625 "charac": (0, 0, None, None, "CCWGG"), 11626 "compsite": "(?=(?P<EcoRII>CC[AT]GG))", 11627 "dna": None, 11628 "freq": 512.0, 11629 "fst3": 0, 11630 "fst5": 0, 11631 "inact_temp": 65, 11632 "opt_temp": 37, 11633 "ovhg": -5, 11634 "ovhgseq": "CCWGG", 11635 "results": None, 11636 "scd3": None, 11637 "scd5": None, 11638 "site": "CCWGG", 11639 "size": 5, 11640 "substrat": "DNA", 11641 "suppl": ("B", "J"), 11642 }
11643 11644 11645 rest_dict["EcoRII"] = _temp() 11646 11647
11648 -def _temp():
11649 return { 11650 "charac": (3, -3, None, None, "GATATC"), 11651 "compsite": "(?=(?P<EcoRV>GATATC))", 11652 "dna": None, 11653 "freq": 4096.0, 11654 "fst3": -3, 11655 "fst5": 3, 11656 "inact_temp": 65, 11657 "opt_temp": 37, 11658 "ovhg": 0, 11659 "ovhgseq": "", 11660 "results": None, 11661 "scd3": None, 11662 "scd5": None, 11663 "site": "GATATC", 11664 "size": 6, 11665 "substrat": "DNA", 11666 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X"), 11667 }
11668 11669 11670 rest_dict["EcoRV"] = _temp() 11671 11672
11673 -def _temp():
11674 return { 11675 "charac": (1, -1, None, None, "CCWWGG"), 11676 "compsite": "(?=(?P<EcoT14I>CC[AT][AT]GG))", 11677 "dna": None, 11678 "freq": 1024.0, 11679 "fst3": -1, 11680 "fst5": 1, 11681 "inact_temp": 65, 11682 "opt_temp": 37, 11683 "ovhg": -4, 11684 "ovhgseq": "CWWG", 11685 "results": None, 11686 "scd3": None, 11687 "scd5": None, 11688 "site": "CCWWGG", 11689 "size": 6, 11690 "substrat": "DNA", 11691 "suppl": ("K",), 11692 }
11693 11694 11695 rest_dict["EcoT14I"] = _temp() 11696 11697
11698 -def _temp():
11699 return { 11700 "charac": (5, -5, None, None, "ATGCAT"), 11701 "compsite": "(?=(?P<EcoT22I>ATGCAT))", 11702 "dna": None, 11703 "freq": 4096.0, 11704 "fst3": -5, 11705 "fst5": 5, 11706 "inact_temp": 65, 11707 "opt_temp": 37, 11708 "ovhg": 4, 11709 "ovhgseq": "TGCA", 11710 "results": None, 11711 "scd3": None, 11712 "scd5": None, 11713 "site": "ATGCAT", 11714 "size": 6, 11715 "substrat": "DNA", 11716 "suppl": ("B", "K"), 11717 }
11718 11719 11720 rest_dict["EcoT22I"] = _temp() 11721 11722
11723 -def _temp():
11724 return { 11725 "charac": (5, -5, None, None, "GRGCYC"), 11726 "compsite": "(?=(?P<EcoT38I>G[AG]GC[CT]C))", 11727 "dna": None, 11728 "freq": 1024.0, 11729 "fst3": -5, 11730 "fst5": 5, 11731 "inact_temp": 65, 11732 "opt_temp": 37, 11733 "ovhg": 4, 11734 "ovhgseq": "RGCY", 11735 "results": None, 11736 "scd3": None, 11737 "scd5": None, 11738 "site": "GRGCYC", 11739 "size": 6, 11740 "substrat": "DNA", 11741 "suppl": ("J",), 11742 }
11743 11744 11745 rest_dict["EcoT38I"] = _temp() 11746 11747
11748 -def _temp():
11749 return { 11750 "charac": (3, -3, None, None, "GGCGCC"), 11751 "compsite": "(?=(?P<EgeI>GGCGCC))", 11752 "dna": None, 11753 "freq": 4096.0, 11754 "fst3": -3, 11755 "fst5": 3, 11756 "inact_temp": 65, 11757 "opt_temp": 37, 11758 "ovhg": 0, 11759 "ovhgseq": "", 11760 "results": None, 11761 "scd3": None, 11762 "scd5": None, 11763 "site": "GGCGCC", 11764 "size": 6, 11765 "substrat": "DNA", 11766 "suppl": ("I",), 11767 }
11768 11769 11770 rest_dict["EgeI"] = _temp() 11771 11772
11773 -def _temp():
11774 return { 11775 "charac": (3, -3, None, None, "GGCGCC"), 11776 "compsite": "(?=(?P<EheI>GGCGCC))", 11777 "dna": None, 11778 "freq": 4096.0, 11779 "fst3": -3, 11780 "fst5": 3, 11781 "inact_temp": 65, 11782 "opt_temp": 37, 11783 "ovhg": 0, 11784 "ovhgseq": "", 11785 "results": None, 11786 "scd3": None, 11787 "scd5": None, 11788 "site": "GGCGCC", 11789 "size": 6, 11790 "substrat": "DNA", 11791 "suppl": ("B",), 11792 }
11793 11794 11795 rest_dict["EheI"] = _temp() 11796 11797
11798 -def _temp():
11799 return { 11800 "charac": (None, None, None, None, "CCGGAG"), 11801 "compsite": "(?=(?P<Eli8509II>CCGGAG))|(?=(?P<Eli8509II_as>CTCCGG))", 11802 "dna": None, 11803 "freq": 4096.0, 11804 "fst3": None, 11805 "fst5": None, 11806 "inact_temp": 65, 11807 "opt_temp": 37, 11808 "ovhg": None, 11809 "ovhgseq": None, 11810 "results": None, 11811 "scd3": None, 11812 "scd5": None, 11813 "site": "CCGGAG", 11814 "size": 6, 11815 "substrat": "DNA", 11816 "suppl": (), 11817 }
11818 11819 11820 rest_dict["Eli8509II"] = _temp() 11821 11822
11823 -def _temp():
11824 return { 11825 "charac": (1, -1, None, None, "CCWWGG"), 11826 "compsite": "(?=(?P<ErhI>CC[AT][AT]GG))", 11827 "dna": None, 11828 "freq": 1024.0, 11829 "fst3": -1, 11830 "fst5": 1, 11831 "inact_temp": 65, 11832 "opt_temp": 37, 11833 "ovhg": -4, 11834 "ovhgseq": "CWWG", 11835 "results": None, 11836 "scd3": None, 11837 "scd5": None, 11838 "site": "CCWWGG", 11839 "size": 6, 11840 "substrat": "DNA", 11841 "suppl": ("I",), 11842 }
11843 11844 11845 rest_dict["ErhI"] = _temp() 11846 11847
11848 -def _temp():
11849 return { 11850 "charac": (2, -2, None, None, "TCGA"), 11851 "compsite": "(?=(?P<EsaBC3I>TCGA))", 11852 "dna": None, 11853 "freq": 256.0, 11854 "fst3": -2, 11855 "fst5": 2, 11856 "inact_temp": 65, 11857 "opt_temp": 37, 11858 "ovhg": 0, 11859 "ovhgseq": "", 11860 "results": None, 11861 "scd3": None, 11862 "scd5": None, 11863 "site": "TCGA", 11864 "size": 4, 11865 "substrat": "DNA", 11866 "suppl": (), 11867 }
11868 11869 11870 rest_dict["EsaBC3I"] = _temp() 11871 11872
11873 -def _temp():
11874 return { 11875 "charac": (None, None, None, None, "GACCAC"), 11876 "compsite": "(?=(?P<EsaSSI>GACCAC))|(?=(?P<EsaSSI_as>GTGGTC))", 11877 "dna": None, 11878 "freq": 4096.0, 11879 "fst3": None, 11880 "fst5": None, 11881 "inact_temp": 65, 11882 "opt_temp": 37, 11883 "ovhg": None, 11884 "ovhgseq": None, 11885 "results": None, 11886 "scd3": None, 11887 "scd5": None, 11888 "site": "GACCAC", 11889 "size": 6, 11890 "substrat": "DNA", 11891 "suppl": (), 11892 }
11893 11894 11895 rest_dict["EsaSSI"] = _temp() 11896 11897
11898 -def _temp():
11899 return { 11900 "charac": (None, None, None, None, "CAGAAG"), 11901 "compsite": "(?=(?P<Esp3007I>CAGAAG))|(?=(?P<Esp3007I_as>CTTCTG))", 11902 "dna": None, 11903 "freq": 4096.0, 11904 "fst3": None, 11905 "fst5": None, 11906 "inact_temp": 65, 11907 "opt_temp": 37, 11908 "ovhg": None, 11909 "ovhgseq": None, 11910 "results": None, 11911 "scd3": None, 11912 "scd5": None, 11913 "site": "CAGAAG", 11914 "size": 6, 11915 "substrat": "DNA", 11916 "suppl": (), 11917 }
11918 11919 11920 rest_dict["Esp3007I"] = _temp() 11921 11922
11923 -def _temp():
11924 return { 11925 "charac": (7, 5, None, None, "CGTCTC"), 11926 "compsite": "(?=(?P<Esp3I>CGTCTC))|(?=(?P<Esp3I_as>GAGACG))", 11927 "dna": None, 11928 "freq": 4096.0, 11929 "fst3": 5, 11930 "fst5": 7, 11931 "inact_temp": 65, 11932 "opt_temp": 37, 11933 "ovhg": -4, 11934 "ovhgseq": "NNNN", 11935 "results": None, 11936 "scd3": None, 11937 "scd5": None, 11938 "site": "CGTCTC", 11939 "size": 6, 11940 "substrat": "DNA", 11941 "suppl": ("B", "N"), 11942 }
11943 11944 11945 rest_dict["Esp3I"] = _temp() 11946 11947
11948 -def _temp():
11949 return { 11950 "charac": (2, -2, None, None, "GCTNAGC"), 11951 "compsite": "(?=(?P<EspI>GCT.AGC))", 11952 "dna": None, 11953 "freq": 4096.0, 11954 "fst3": -2, 11955 "fst5": 2, 11956 "inact_temp": 65, 11957 "opt_temp": 37, 11958 "ovhg": -3, 11959 "ovhgseq": "TNA", 11960 "results": None, 11961 "scd3": None, 11962 "scd5": None, 11963 "site": "GCTNAGC", 11964 "size": 7, 11965 "substrat": "DNA", 11966 "suppl": (), 11967 }
11968 11969 11970 rest_dict["EspI"] = _temp() 11971 11972
11973 -def _temp():
11974 return { 11975 "charac": (4, -4, None, None, "CATG"), 11976 "compsite": "(?=(?P<FaeI>CATG))", 11977 "dna": None, 11978 "freq": 256.0, 11979 "fst3": -4, 11980 "fst5": 4, 11981 "inact_temp": 65, 11982 "opt_temp": 37, 11983 "ovhg": 4, 11984 "ovhgseq": "CATG", 11985 "results": None, 11986 "scd3": None, 11987 "scd5": None, 11988 "site": "CATG", 11989 "size": 4, 11990 "substrat": "DNA", 11991 "suppl": ("I",), 11992 }
11993 11994 11995 rest_dict["FaeI"] = _temp() 11996 11997
11998 -def _temp():
11999 return { 12000 "charac": (2, -2, None, None, "YATR"), 12001 "compsite": "(?=(?P<FaiI>[CT]AT[AG]))", 12002 "dna": None, 12003 "freq": 64.0, 12004 "fst3": -2, 12005 "fst5": 2, 12006 "inact_temp": 65, 12007 "opt_temp": 37, 12008 "ovhg": 0, 12009 "ovhgseq": "", 12010 "results": None, 12011 "scd3": None, 12012 "scd5": None, 12013 "site": "YATR", 12014 "size": 4, 12015 "substrat": "DNA", 12016 "suppl": ("I",), 12017 }
12018 12019 12020 rest_dict["FaiI"] = _temp() 12021 12022
12023 -def _temp():
12024 return { 12025 "charac": (-8, -24, 24, 8, "AAGNNNNNCTT"), 12026 "compsite": "(?=(?P<FalI>AAG.....CTT))", 12027 "dna": None, 12028 "freq": 4096.0, 12029 "fst3": -24, 12030 "fst5": -8, 12031 "inact_temp": 65, 12032 "opt_temp": 37, 12033 "ovhg": 5, 12034 "ovhgseq": "NNNNN", 12035 "results": None, 12036 "scd3": 8, 12037 "scd5": 24, 12038 "site": "AAGNNNNNCTT", 12039 "size": 11, 12040 "substrat": "DNA", 12041 "suppl": ("I",), 12042 }
12043 12044 12045 rest_dict["FalI"] = _temp() 12046 12047
12048 -def _temp():
12049 return { 12050 "charac": (15, 14, None, None, "GGGAC"), 12051 "compsite": "(?=(?P<FaqI>GGGAC))|(?=(?P<FaqI_as>GTCCC))", 12052 "dna": None, 12053 "freq": 1024.0, 12054 "fst3": 14, 12055 "fst5": 15, 12056 "inact_temp": 65, 12057 "opt_temp": 37, 12058 "ovhg": -4, 12059 "ovhgseq": "NNNN", 12060 "results": None, 12061 "scd3": None, 12062 "scd5": None, 12063 "site": "GGGAC", 12064 "size": 5, 12065 "substrat": "DNA", 12066 "suppl": ("B",), 12067 }
12068 12069 12070 rest_dict["FaqI"] = _temp() 12071 12072
12073 -def _temp():
12074 return { 12075 "charac": (0, 0, None, None, "CATG"), 12076 "compsite": "(?=(?P<FatI>CATG))", 12077 "dna": None, 12078 "freq": 256.0, 12079 "fst3": 0, 12080 "fst5": 0, 12081 "inact_temp": 65, 12082 "opt_temp": 37, 12083 "ovhg": -4, 12084 "ovhgseq": "CATG", 12085 "results": None, 12086 "scd3": None, 12087 "scd5": None, 12088 "site": "CATG", 12089 "size": 4, 12090 "substrat": "DNA", 12091 "suppl": ("I", "N"), 12092 }
12093 12094 12095 rest_dict["FatI"] = _temp() 12096 12097
12098 -def _temp():
12099 return { 12100 "charac": (9, 6, None, None, "CCCGC"), 12101 "compsite": "(?=(?P<FauI>CCCGC))|(?=(?P<FauI_as>GCGGG))", 12102 "dna": None, 12103 "freq": 1024.0, 12104 "fst3": 6, 12105 "fst5": 9, 12106 "inact_temp": 65, 12107 "opt_temp": 37, 12108 "ovhg": -2, 12109 "ovhgseq": "NN", 12110 "results": None, 12111 "scd3": None, 12112 "scd5": None, 12113 "site": "CCCGC", 12114 "size": 5, 12115 "substrat": "DNA", 12116 "suppl": ("I", "N"), 12117 }
12118 12119 12120 rest_dict["FauI"] = _temp() 12121 12122
12123 -def _temp():
12124 return { 12125 "charac": (2, -2, None, None, "CATATG"), 12126 "compsite": "(?=(?P<FauNDI>CATATG))", 12127 "dna": None, 12128 "freq": 4096.0, 12129 "fst3": -2, 12130 "fst5": 2, 12131 "inact_temp": 65, 12132 "opt_temp": 37, 12133 "ovhg": -2, 12134 "ovhgseq": "TA", 12135 "results": None, 12136 "scd3": None, 12137 "scd5": None, 12138 "site": "CATATG", 12139 "size": 6, 12140 "substrat": "DNA", 12141 "suppl": ("I", "V"), 12142 }
12143 12144 12145 rest_dict["FauNDI"] = _temp() 12146 12147
12148 -def _temp():
12149 return { 12150 "charac": (1, -1, None, None, "TGATCA"), 12151 "compsite": "(?=(?P<FbaI>TGATCA))", 12152 "dna": None, 12153 "freq": 4096.0, 12154 "fst3": -1, 12155 "fst5": 1, 12156 "inact_temp": 65, 12157 "opt_temp": 37, 12158 "ovhg": -4, 12159 "ovhgseq": "GATC", 12160 "results": None, 12161 "scd3": None, 12162 "scd5": None, 12163 "site": "TGATCA", 12164 "size": 6, 12165 "substrat": "DNA", 12166 "suppl": ("K",), 12167 }
12168 12169 12170 rest_dict["FbaI"] = _temp() 12171 12172
12173 -def _temp():
12174 return { 12175 "charac": (2, -2, None, None, "GTMKAC"), 12176 "compsite": "(?=(?P<FblI>GT[AC][GT]AC))", 12177 "dna": None, 12178 "freq": 1024.0, 12179 "fst3": -2, 12180 "fst5": 2, 12181 "inact_temp": 65, 12182 "opt_temp": 37, 12183 "ovhg": -2, 12184 "ovhgseq": "MK", 12185 "results": None, 12186 "scd3": None, 12187 "scd5": None, 12188 "site": "GTMKAC", 12189 "size": 6, 12190 "substrat": "DNA", 12191 "suppl": ("I", "V"), 12192 }
12193 12194 12195 rest_dict["FblI"] = _temp() 12196 12197
12198 -def _temp():
12199 return { 12200 "charac": (None, None, None, None, "GCVGAG"), 12201 "compsite": "(?=(?P<Fco1691IV>GC[ACG]GAG))|(?=(?P<Fco1691IV_as>CTC[CGT]GC))", 12202 "dna": None, 12203 "freq": 1365.3333333333333, 12204 "fst3": None, 12205 "fst5": None, 12206 "inact_temp": 65, 12207 "opt_temp": 37, 12208 "ovhg": None, 12209 "ovhgseq": None, 12210 "results": None, 12211 "scd3": None, 12212 "scd5": None, 12213 "site": "GCVGAG", 12214 "size": 6, 12215 "substrat": "DNA", 12216 "suppl": (), 12217 }
12218 12219 12220 rest_dict["Fco1691IV"] = _temp() 12221 12222
12223 -def _temp():
12224 return { 12225 "charac": (None, None, None, None, "GGGAC"), 12226 "compsite": "(?=(?P<FinI>GGGAC))|(?=(?P<FinI_as>GTCCC))", 12227 "dna": None, 12228 "freq": 1024.0, 12229 "fst3": None, 12230 "fst5": None, 12231 "inact_temp": 65, 12232 "opt_temp": 37, 12233 "ovhg": None, 12234 "ovhgseq": None, 12235 "results": None, 12236 "scd3": None, 12237 "scd5": None, 12238 "site": "GGGAC", 12239 "size": 5, 12240 "substrat": "DNA", 12241 "suppl": (), 12242 }
12243 12244 12245 rest_dict["FinI"] = _temp() 12246 12247
12248 -def _temp():
12249 return { 12250 "charac": (4, -4, None, None, "GGNCC"), 12251 "compsite": "(?=(?P<FmuI>GG.CC))", 12252 "dna": None, 12253 "freq": 256.0, 12254 "fst3": -4, 12255 "fst5": 4, 12256 "inact_temp": 65, 12257 "opt_temp": 37, 12258 "ovhg": 3, 12259 "ovhgseq": "GNC", 12260 "results": None, 12261 "scd3": None, 12262 "scd5": None, 12263 "site": "GGNCC", 12264 "size": 5, 12265 "substrat": "DNA", 12266 "suppl": (), 12267 }
12268 12269 12270 rest_dict["FmuI"] = _temp() 12271 12272
12273 -def _temp():
12274 return { 12275 "charac": (2, -2, None, None, "GCNGC"), 12276 "compsite": "(?=(?P<Fnu4HI>GC.GC))", 12277 "dna": None, 12278 "freq": 256.0, 12279 "fst3": -2, 12280 "fst5": 2, 12281 "inact_temp": 65, 12282 "opt_temp": 37, 12283 "ovhg": -1, 12284 "ovhgseq": "N", 12285 "results": None, 12286 "scd3": None, 12287 "scd5": None, 12288 "site": "GCNGC", 12289 "size": 5, 12290 "substrat": "DNA", 12291 "suppl": ("N",), 12292 }
12293 12294 12295 rest_dict["Fnu4HI"] = _temp() 12296 12297
12298 -def _temp():
12299 return { 12300 "charac": (2, -2, None, None, "CGCG"), 12301 "compsite": "(?=(?P<FnuDII>CGCG))", 12302 "dna": None, 12303 "freq": 256.0, 12304 "fst3": -2, 12305 "fst5": 2, 12306 "inact_temp": 65, 12307 "opt_temp": 37, 12308 "ovhg": 0, 12309 "ovhgseq": "", 12310 "results": None, 12311 "scd3": None, 12312 "scd5": None, 12313 "site": "CGCG", 12314 "size": 4, 12315 "substrat": "DNA", 12316 "suppl": (), 12317 }
12318 12319 12320 rest_dict["FnuDII"] = _temp() 12321 12322
12323 -def _temp():
12324 return { 12325 "charac": (14, 13, None, None, "GGATG"), 12326 "compsite": "(?=(?P<FokI>GGATG))|(?=(?P<FokI_as>CATCC))", 12327 "dna": None, 12328 "freq": 1024.0, 12329 "fst3": 13, 12330 "fst5": 14, 12331 "inact_temp": 65, 12332 "opt_temp": 37, 12333 "ovhg": -4, 12334 "ovhgseq": "NNNN", 12335 "results": None, 12336 "scd3": None, 12337 "scd5": None, 12338 "site": "GGATG", 12339 "size": 5, 12340 "substrat": "DNA", 12341 "suppl": ("B", "I", "J", "K", "M", "N", "V", "X", "Y"), 12342 }
12343 12344 12345 rest_dict["FokI"] = _temp() 12346 12347
12348 -def _temp():
12349 return { 12350 "charac": (5, -5, None, None, "GRGCYC"), 12351 "compsite": "(?=(?P<FriOI>G[AG]GC[CT]C))", 12352 "dna": None, 12353 "freq": 1024.0, 12354 "fst3": -5, 12355 "fst5": 5, 12356 "inact_temp": 65, 12357 "opt_temp": 37, 12358 "ovhg": 4, 12359 "ovhgseq": "RGCY", 12360 "results": None, 12361 "scd3": None, 12362 "scd5": None, 12363 "site": "GRGCYC", 12364 "size": 6, 12365 "substrat": "DNA", 12366 "suppl": ("I", "V"), 12367 }
12368 12369 12370 rest_dict["FriOI"] = _temp() 12371 12372
12373 -def _temp():
12374 return { 12375 "charac": (6, -6, None, None, "GGCCGGCC"), 12376 "compsite": "(?=(?P<FseI>GGCCGGCC))", 12377 "dna": None, 12378 "freq": 65536.0, 12379 "fst3": -6, 12380 "fst5": 6, 12381 "inact_temp": 65, 12382 "opt_temp": 37, 12383 "ovhg": 4, 12384 "ovhgseq": "CCGG", 12385 "results": None, 12386 "scd3": None, 12387 "scd5": None, 12388 "site": "GGCCGGCC", 12389 "size": 8, 12390 "substrat": "DNA", 12391 "suppl": ("N",), 12392 }
12393 12394 12395 rest_dict["FseI"] = _temp() 12396 12397
12398 -def _temp():
12399 return { 12400 "charac": (2, -2, None, None, "GCNGC"), 12401 "compsite": "(?=(?P<Fsp4HI>GC.GC))", 12402 "dna": None, 12403 "freq": 256.0, 12404 "fst3": -2, 12405 "fst5": 2, 12406 "inact_temp": 65, 12407 "opt_temp": 37, 12408 "ovhg": -1, 12409 "ovhgseq": "N", 12410 "results": None, 12411 "scd3": None, 12412 "scd5": None, 12413 "site": "GCNGC", 12414 "size": 5, 12415 "substrat": "DNA", 12416 "suppl": ("I",), 12417 }
12418 12419 12420 rest_dict["Fsp4HI"] = _temp() 12421 12422
12423 -def _temp():
12424 return { 12425 "charac": (4, -4, None, None, "RTGCGCAY"), 12426 "compsite": "(?=(?P<FspAI>[AG]TGCGCA[CT]))", 12427 "dna": None, 12428 "freq": 16384.0, 12429 "fst3": -4, 12430 "fst5": 4, 12431 "inact_temp": 65, 12432 "opt_temp": 37, 12433 "ovhg": 0, 12434 "ovhgseq": "", 12435 "results": None, 12436 "scd3": None, 12437 "scd5": None, 12438 "site": "RTGCGCAY", 12439 "size": 8, 12440 "substrat": "DNA", 12441 "suppl": ("B",), 12442 }
12443 12444 12445 rest_dict["FspAI"] = _temp() 12446 12447
12448 -def _temp():
12449 return { 12450 "charac": (1, -1, None, None, "CTAG"), 12451 "compsite": "(?=(?P<FspBI>CTAG))", 12452 "dna": None, 12453 "freq": 256.0, 12454 "fst3": -1, 12455 "fst5": 1, 12456 "inact_temp": 65, 12457 "opt_temp": 37, 12458 "ovhg": -2, 12459 "ovhgseq": "TA", 12460 "results": None, 12461 "scd3": None, 12462 "scd5": None, 12463 "site": "CTAG", 12464 "size": 4, 12465 "substrat": "DNA", 12466 "suppl": ("B",), 12467 }
12468 12469 12470 rest_dict["FspBI"] = _temp() 12471 12472
12473 -def _temp():
12474 return { 12475 "charac": (14, 16, None, None, "CC"), 12476 "compsite": "(?=(?P<FspEI>CC))|(?=(?P<FspEI_as>GG))", 12477 "dna": None, 12478 "freq": 16.0, 12479 "fst3": 16, 12480 "fst5": 14, 12481 "inact_temp": 65, 12482 "opt_temp": 37, 12483 "ovhg": -4, 12484 "ovhgseq": "NNNN", 12485 "results": None, 12486 "scd3": None, 12487 "scd5": None, 12488 "site": "CC", 12489 "size": 2, 12490 "substrat": "DNA", 12491 "suppl": ("N",), 12492 }
12493 12494 12495 rest_dict["FspEI"] = _temp() 12496 12497
12498 -def _temp():
12499 return { 12500 "charac": (3, -3, None, None, "TGCGCA"), 12501 "compsite": "(?=(?P<FspI>TGCGCA))", 12502 "dna": None, 12503 "freq": 4096.0, 12504 "fst3": -3, 12505 "fst5": 3, 12506 "inact_temp": 65, 12507 "opt_temp": 37, 12508 "ovhg": 0, 12509 "ovhgseq": "", 12510 "results": None, 12511 "scd3": None, 12512 "scd5": None, 12513 "site": "TGCGCA", 12514 "size": 6, 12515 "substrat": "DNA", 12516 "suppl": ("J", "N"), 12517 }
12518 12519 12520 rest_dict["FspI"] = _temp() 12521 12522
12523 -def _temp():
12524 return { 12525 "charac": (None, None, None, None, "GARGAAG"), 12526 "compsite": "(?=(?P<FspPK15I>GA[AG]GAAG))|(?=(?P<FspPK15I_as>CTTC[CT]TC))", 12527 "dna": None, 12528 "freq": 8192.0, 12529 "fst3": None, 12530 "fst5": None, 12531 "inact_temp": 65, 12532 "opt_temp": 37, 12533 "ovhg": None, 12534 "ovhgseq": None, 12535 "results": None, 12536 "scd3": None, 12537 "scd5": None, 12538 "site": "GARGAAG", 12539 "size": 7, 12540 "substrat": "DNA", 12541 "suppl": (), 12542 }
12543 12544 12545 rest_dict["FspPK15I"] = _temp() 12546 12547
12548 -def _temp():
12549 return { 12550 "charac": (None, None, None, None, "GAAACA"), 12551 "compsite": "(?=(?P<FtnUV>GAAACA))|(?=(?P<FtnUV_as>TGTTTC))", 12552 "dna": None, 12553 "freq": 4096.0, 12554 "fst3": None, 12555 "fst5": None, 12556 "inact_temp": 65, 12557 "opt_temp": 37, 12558 "ovhg": None, 12559 "ovhgseq": None, 12560 "results": None, 12561 "scd3": None, 12562 "scd5": None, 12563 "site": "GAAACA", 12564 "size": 6, 12565 "substrat": "DNA", 12566 "suppl": (), 12567 }
12568 12569 12570 rest_dict["FtnUV"] = _temp() 12571 12572
12573 -def _temp():
12574 return { 12575 "charac": (None, None, None, None, "CGCGCAGG"), 12576 "compsite": "(?=(?P<GauT27I>CGCGCAGG))|(?=(?P<GauT27I_as>CCTGCGCG))", 12577 "dna": None, 12578 "freq": 65536.0, 12579 "fst3": None, 12580 "fst5": None, 12581 "inact_temp": 65, 12582 "opt_temp": 37, 12583 "ovhg": None, 12584 "ovhgseq": None, 12585 "results": None, 12586 "scd3": None, 12587 "scd5": None, 12588 "site": "CGCGCAGG", 12589 "size": 8, 12590 "substrat": "DNA", 12591 "suppl": (), 12592 }
12593 12594 12595 rest_dict["GauT27I"] = _temp() 12596 12597
12598 -def _temp():
12599 return { 12600 "charac": (None, None, None, None, "ATGCAC"), 12601 "compsite": "(?=(?P<Gba708II>ATGCAC))|(?=(?P<Gba708II_as>GTGCAT))", 12602 "dna": None, 12603 "freq": 4096.0, 12604 "fst3": None, 12605 "fst5": None, 12606 "inact_temp": 65, 12607 "opt_temp": 37, 12608 "ovhg": None, 12609 "ovhgseq": None, 12610 "results": None, 12611 "scd3": None, 12612 "scd5": None, 12613 "site": "ATGCAC", 12614 "size": 6, 12615 "substrat": "DNA", 12616 "suppl": (), 12617 }
12618 12619 12620 rest_dict["Gba708II"] = _temp() 12621 12622
12623 -def _temp():
12624 return { 12625 "charac": (1, -1, None, None, "CGGCCR"), 12626 "compsite": "(?=(?P<GdiII>CGGCC[AG]))|(?=(?P<GdiII_as>[CT]GGCCG))", 12627 "dna": None, 12628 "freq": 2048.0, 12629 "fst3": -1, 12630 "fst5": 1, 12631 "inact_temp": 65, 12632 "opt_temp": 37, 12633 "ovhg": -4, 12634 "ovhgseq": "GGCC", 12635 "results": None, 12636 "scd3": None, 12637 "scd5": None, 12638 "site": "CGGCCR", 12639 "size": 6, 12640 "substrat": "DNA", 12641 "suppl": (), 12642 }
12643 12644 12645 rest_dict["GdiII"] = _temp() 12646 12647
12648 -def _temp():
12649 return { 12650 "charac": (2, -2, None, None, "GCGC"), 12651 "compsite": "(?=(?P<GlaI>GCGC))", 12652 "dna": None, 12653 "freq": 256.0, 12654 "fst3": -2, 12655 "fst5": 2, 12656 "inact_temp": 65, 12657 "opt_temp": 37, 12658 "ovhg": 0, 12659 "ovhgseq": "", 12660 "results": None, 12661 "scd3": None, 12662 "scd5": None, 12663 "site": "GCGC", 12664 "size": 4, 12665 "substrat": "DNA", 12666 "suppl": ("I",), 12667 }
12668 12669 12670 rest_dict["GlaI"] = _temp() 12671 12672
12673 -def _temp():
12674 return { 12675 "charac": (2, -2, None, None, "GCNGC"), 12676 "compsite": "(?=(?P<GluI>GC.GC))", 12677 "dna": None, 12678 "freq": 256.0, 12679 "fst3": -2, 12680 "fst5": 2, 12681 "inact_temp": 65, 12682 "opt_temp": 37, 12683 "ovhg": -1, 12684 "ovhgseq": "N", 12685 "results": None, 12686 "scd3": None, 12687 "scd5": None, 12688 "site": "GCNGC", 12689 "size": 5, 12690 "substrat": "DNA", 12691 "suppl": ("I",), 12692 }
12693 12694 12695 rest_dict["GluI"] = _temp() 12696 12697
12698 -def _temp():
12699 return { 12700 "charac": (5, -5, None, None, "CCCAGC"), 12701 "compsite": "(?=(?P<GsaI>CCCAGC))|(?=(?P<GsaI_as>GCTGGG))", 12702 "dna": None, 12703 "freq": 4096.0, 12704 "fst3": -5, 12705 "fst5": 5, 12706 "inact_temp": 65, 12707 "opt_temp": 37, 12708 "ovhg": 4, 12709 "ovhgseq": "CCAG", 12710 "results": None, 12711 "scd3": None, 12712 "scd5": None, 12713 "site": "CCCAGC", 12714 "size": 6, 12715 "substrat": "DNA", 12716 "suppl": ("I",), 12717 }
12718 12719 12720 rest_dict["GsaI"] = _temp() 12721 12722
12723 -def _temp():
12724 return { 12725 "charac": (22, 14, None, None, "CTGGAG"), 12726 "compsite": "(?=(?P<GsuI>CTGGAG))|(?=(?P<GsuI_as>CTCCAG))", 12727 "dna": None, 12728 "freq": 4096.0, 12729 "fst3": 14, 12730 "fst5": 22, 12731 "inact_temp": 65, 12732 "opt_temp": 37, 12733 "ovhg": 2, 12734 "ovhgseq": "NN", 12735 "results": None, 12736 "scd3": None, 12737 "scd5": None, 12738 "site": "CTGGAG", 12739 "size": 6, 12740 "substrat": "DNA", 12741 "suppl": ("B",), 12742 }
12743 12744 12745 rest_dict["GsuI"] = _temp() 12746 12747
12748 -def _temp():
12749 return { 12750 "charac": (3, -3, None, None, "WGGCCW"), 12751 "compsite": "(?=(?P<HaeI>[AT]GGCC[AT]))", 12752 "dna": None, 12753 "freq": 1024.0, 12754 "fst3": -3, 12755 "fst5": 3, 12756 "inact_temp": 65, 12757 "opt_temp": 37, 12758 "ovhg": 0, 12759 "ovhgseq": "", 12760 "results": None, 12761 "scd3": None, 12762 "scd5": None, 12763 "site": "WGGCCW", 12764 "size": 6, 12765 "substrat": "DNA", 12766 "suppl": (), 12767 }
12768 12769 12770 rest_dict["HaeI"] = _temp() 12771 12772
12773 -def _temp():
12774 return { 12775 "charac": (5, -5, None, None, "RGCGCY"), 12776 "compsite": "(?=(?P<HaeII>[AG]GCGC[CT]))", 12777 "dna": None, 12778 "freq": 1024.0, 12779 "fst3": -5, 12780 "fst5": 5, 12781 "inact_temp": 65, 12782 "opt_temp": 37, 12783 "ovhg": 4, 12784 "ovhgseq": "GCGC", 12785 "results": None, 12786 "scd3": None, 12787 "scd5": None, 12788 "site": "RGCGCY", 12789 "size": 6, 12790 "substrat": "DNA", 12791 "suppl": ("J", "K", "N", "R"), 12792 }
12793 12794 12795 rest_dict["HaeII"] = _temp() 12796 12797
12798 -def _temp():
12799 return { 12800 "charac": (2, -2, None, None, "GGCC"), 12801 "compsite": "(?=(?P<HaeIII>GGCC))", 12802 "dna": None, 12803 "freq": 256.0, 12804 "fst3": -2, 12805 "fst5": 2, 12806 "inact_temp": 65, 12807 "opt_temp": 37, 12808 "ovhg": 0, 12809 "ovhgseq": "", 12810 "results": None, 12811 "scd3": None, 12812 "scd5": None, 12813 "site": "GGCC", 12814 "size": 4, 12815 "substrat": "DNA", 12816 "suppl": ("B", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "X"), 12817 }
12818 12819 12820 rest_dict["HaeIII"] = _temp() 12821 12822
12823 -def _temp():
12824 return { 12825 "charac": (1, -1, None, None, "CCGG"), 12826 "compsite": "(?=(?P<HapII>CCGG))", 12827 "dna": None, 12828 "freq": 256.0, 12829 "fst3": -1, 12830 "fst5": 1, 12831 "inact_temp": 65, 12832 "opt_temp": 37, 12833 "ovhg": -2, 12834 "ovhgseq": "CG", 12835 "results": None, 12836 "scd3": None, 12837 "scd5": None, 12838 "site": "CCGG", 12839 "size": 4, 12840 "substrat": "DNA", 12841 "suppl": ("B", "K"), 12842 }
12843 12844 12845 rest_dict["HapII"] = _temp() 12846 12847
12848 -def _temp():
12849 return { 12850 "charac": (17, 9, None, None, "TGGCCA"), 12851 "compsite": "(?=(?P<HauII>TGGCCA))", 12852 "dna": None, 12853 "freq": 4096.0, 12854 "fst3": 9, 12855 "fst5": 17, 12856 "inact_temp": 65, 12857 "opt_temp": 37, 12858 "ovhg": 2, 12859 "ovhgseq": "NN", 12860 "results": None, 12861 "scd3": None, 12862 "scd5": None, 12863 "site": "TGGCCA", 12864 "size": 6, 12865 "substrat": "DNA", 12866 "suppl": (), 12867 }
12868 12869 12870 rest_dict["HauII"] = _temp() 12871 12872
12873 -def _temp():
12874 return { 12875 "charac": (None, None, None, None, "GCCCAG"), 12876 "compsite": "(?=(?P<HbaII>GCCCAG))|(?=(?P<HbaII_as>CTGGGC))", 12877 "dna": None, 12878 "freq": 4096.0, 12879 "fst3": None, 12880 "fst5": None, 12881 "inact_temp": 65, 12882 "opt_temp": 37, 12883 "ovhg": None, 12884 "ovhgseq": None, 12885 "results": None, 12886 "scd3": None, 12887 "scd5": None, 12888 "site": "GCCCAG", 12889 "size": 6, 12890 "substrat": "DNA", 12891 "suppl": (), 12892 }
12893 12894 12895 rest_dict["HbaII"] = _temp() 12896 12897
12898 -def _temp():
12899 return { 12900 "charac": (None, None, None, None, "CGANNNNNNTCC"), 12901 "compsite": "(?=(?P<HdeNY26I>CGA......TCC))|(?=(?P<HdeNY26I_as>GGA......TCG))", 12902 "dna": None, 12903 "freq": 4096.0, 12904 "fst3": None, 12905 "fst5": None, 12906 "inact_temp": 65, 12907 "opt_temp": 37, 12908 "ovhg": None, 12909 "ovhgseq": None, 12910 "results": None, 12911 "scd3": None, 12912 "scd5": None, 12913 "site": "CGANNNNNNTCC", 12914 "size": 12, 12915 "substrat": "DNA", 12916 "suppl": (), 12917 }
12918 12919 12920 rest_dict["HdeNY26I"] = _temp() 12921 12922
12923 -def _temp():
12924 return { 12925 "charac": (None, None, None, None, "GCANNNNNNTCC"), 12926 "compsite": "(?=(?P<HdeZA17I>GCA......TCC))|(?=(?P<HdeZA17I_as>GGA......TGC))", 12927 "dna": None, 12928 "freq": 4096.0, 12929 "fst3": None, 12930 "fst5": None, 12931 "inact_temp": 65, 12932 "opt_temp": 37, 12933 "ovhg": None, 12934 "ovhgseq": None, 12935 "results": None, 12936 "scd3": None, 12937 "scd5": None, 12938 "site": "GCANNNNNNTCC", 12939 "size": 12, 12940 "substrat": "DNA", 12941 "suppl": (), 12942 }
12943 12944 12945 rest_dict["HdeZA17I"] = _temp() 12946 12947
12948 -def _temp():
12949 return { 12950 "charac": (10, 10, None, None, "GACGC"), 12951 "compsite": "(?=(?P<HgaI>GACGC))|(?=(?P<HgaI_as>GCGTC))", 12952 "dna": None, 12953 "freq": 1024.0, 12954 "fst3": 10, 12955 "fst5": 10, 12956 "inact_temp": 65, 12957 "opt_temp": 37, 12958 "ovhg": -5, 12959 "ovhgseq": "NNNNN", 12960 "results": None, 12961 "scd3": None, 12962 "scd5": None, 12963 "site": "GACGC", 12964 "size": 5, 12965 "substrat": "DNA", 12966 "suppl": ("I", "N"), 12967 }
12968 12969 12970 rest_dict["HgaI"] = _temp() 12971 12972
12973 -def _temp():
12974 return { 12975 "charac": (5, -5, None, None, "GWGCWC"), 12976 "compsite": "(?=(?P<HgiAI>G[AT]GC[AT]C))", 12977 "dna": None, 12978 "freq": 1024.0, 12979 "fst3": -5, 12980 "fst5": 5, 12981 "inact_temp": 65, 12982 "opt_temp": 37, 12983 "ovhg": 4, 12984 "ovhgseq": "WGCW", 12985 "results": None, 12986 "scd3": None, 12987 "scd5": None, 12988 "site": "GWGCWC", 12989 "size": 6, 12990 "substrat": "DNA", 12991 "suppl": (), 12992 }
12993 12994 12995 rest_dict["HgiAI"] = _temp() 12996 12997
12998 -def _temp():
12999 return { 13000 "charac": (1, -1, None, None, "GGYRCC"), 13001 "compsite": "(?=(?P<HgiCI>GG[CT][AG]CC))", 13002 "dna": None, 13003 "freq": 1024.0, 13004 "fst3": -1, 13005 "fst5": 1, 13006 "inact_temp": 65, 13007 "opt_temp": 37, 13008 "ovhg": -4, 13009 "ovhgseq": "GYRC", 13010 "results": None, 13011 "scd3": None, 13012 "scd5": None, 13013 "site": "GGYRCC", 13014 "size": 6, 13015 "substrat": "DNA", 13016 "suppl": (), 13017 }
13018 13019 13020 rest_dict["HgiCI"] = _temp() 13021 13022
13023 -def _temp():
13024 return { 13025 "charac": (None, None, None, None, "ACCNNNNNNGGT"), 13026 "compsite": "(?=(?P<HgiEII>ACC......GGT))", 13027 "dna": None, 13028 "freq": 4096.0, 13029 "fst3": None, 13030 "fst5": None, 13031 "inact_temp": 65, 13032 "opt_temp": 37, 13033 "ovhg": None, 13034 "ovhgseq": None, 13035 "results": None, 13036 "scd3": None, 13037 "scd5": None, 13038 "site": "ACCNNNNNNGGT", 13039 "size": 12, 13040 "substrat": "DNA", 13041 "suppl": (), 13042 }
13043 13044 13045 rest_dict["HgiEII"] = _temp() 13046 13047
13048 -def _temp():
13049 return { 13050 "charac": (5, -5, None, None, "GRGCYC"), 13051 "compsite": "(?=(?P<HgiJII>G[AG]GC[CT]C))", 13052 "dna": None, 13053 "freq": 1024.0, 13054 "fst3": -5, 13055 "fst5": 5, 13056 "inact_temp": 65, 13057 "opt_temp": 37, 13058 "ovhg": 4, 13059 "ovhgseq": "RGCY", 13060 "results": None, 13061 "scd3": None, 13062 "scd5": None, 13063 "site": "GRGCYC", 13064 "size": 6, 13065 "substrat": "DNA", 13066 "suppl": (), 13067 }
13068 13069 13070 rest_dict["HgiJII"] = _temp() 13071 13072
13073 -def _temp():
13074 return { 13075 "charac": (3, -3, None, None, "GCGC"), 13076 "compsite": "(?=(?P<HhaI>GCGC))", 13077 "dna": None, 13078 "freq": 256.0, 13079 "fst3": -3, 13080 "fst5": 3, 13081 "inact_temp": 65, 13082 "opt_temp": 37, 13083 "ovhg": 2, 13084 "ovhgseq": "CG", 13085 "results": None, 13086 "scd3": None, 13087 "scd5": None, 13088 "site": "GCGC", 13089 "size": 4, 13090 "substrat": "DNA", 13091 "suppl": ("B", "J", "K", "N", "Q", "R", "X"), 13092 }
13093 13094 13095 rest_dict["HhaI"] = _temp() 13096 13097
13098 -def _temp():
13099 return { 13100 "charac": (2, -2, None, None, "GRCGYC"), 13101 "compsite": "(?=(?P<Hin1I>G[AG]CG[CT]C))", 13102 "dna": None, 13103 "freq": 1024.0, 13104 "fst3": -2, 13105 "fst5": 2, 13106 "inact_temp": 65, 13107 "opt_temp": 37, 13108 "ovhg": -2, 13109 "ovhgseq": "CG", 13110 "results": None, 13111 "scd3": None, 13112 "scd5": None, 13113 "site": "GRCGYC", 13114 "size": 6, 13115 "substrat": "DNA", 13116 "suppl": ("B", "K"), 13117 }
13118 13119 13120 rest_dict["Hin1I"] = _temp() 13121 13122
13123 -def _temp():
13124 return { 13125 "charac": (4, -4, None, None, "CATG"), 13126 "compsite": "(?=(?P<Hin1II>CATG))", 13127 "dna": None, 13128 "freq": 256.0, 13129 "fst3": -4, 13130 "fst5": 4, 13131 "inact_temp": 65, 13132 "opt_temp": 37, 13133 "ovhg": 4, 13134 "ovhgseq": "CATG", 13135 "results": None, 13136 "scd3": None, 13137 "scd5": None, 13138 "site": "CATG", 13139 "size": 4, 13140 "substrat": "DNA", 13141 "suppl": ("B",), 13142 }
13143 13144 13145 rest_dict["Hin1II"] = _temp() 13146 13147
13148 -def _temp():
13149 return { 13150 "charac": (-8, -24, 24, 8, "GAYNNNNNVTC"), 13151 "compsite": "(?=(?P<Hin4I>GA[CT].....[ACG]TC))|(?=(?P<Hin4I_as>GA[CGT].....[AG]TC))", 13152 "dna": None, 13153 "freq": 682.6666666666666, 13154 "fst3": -24, 13155 "fst5": -8, 13156 "inact_temp": 65, 13157 "opt_temp": 37, 13158 "ovhg": 5, 13159 "ovhgseq": "NNNNN", 13160 "results": None, 13161 "scd3": 8, 13162 "scd5": 24, 13163 "site": "GAYNNNNNVTC", 13164 "size": 11, 13165 "substrat": "DNA", 13166 "suppl": (), 13167 }
13168 13169 13170 rest_dict["Hin4I"] = _temp() 13171 13172
13173 -def _temp():
13174 return { 13175 "charac": (11, 5, None, None, "CCTTC"), 13176 "compsite": "(?=(?P<Hin4II>CCTTC))|(?=(?P<Hin4II_as>GAAGG))", 13177 "dna": None, 13178 "freq": 1024.0, 13179 "fst3": 5, 13180 "fst5": 11, 13181 "inact_temp": 65, 13182 "opt_temp": 37, 13183 "ovhg": 1, 13184 "ovhgseq": "N", 13185 "results": None, 13186 "scd3": None, 13187 "scd5": None, 13188 "site": "CCTTC", 13189 "size": 5, 13190 "substrat": "DNA", 13191 "suppl": (), 13192 }
13193 13194 13195 rest_dict["Hin4II"] = _temp() 13196 13197
13198 -def _temp():
13199 return { 13200 "charac": (1, -1, None, None, "GCGC"), 13201 "compsite": "(?=(?P<Hin6I>GCGC))", 13202 "dna": None, 13203 "freq": 256.0, 13204 "fst3": -1, 13205 "fst5": 1, 13206 "inact_temp": 65, 13207 "opt_temp": 37, 13208 "ovhg": -2, 13209 "ovhgseq": "CG", 13210 "results": None, 13211 "scd3": None, 13212 "scd5": None, 13213 "site": "GCGC", 13214 "size": 4, 13215 "substrat": "DNA", 13216 "suppl": ("B",), 13217 }
13218 13219 13220 rest_dict["Hin6I"] = _temp() 13221 13222
13223 -def _temp():
13224 return { 13225 "charac": (1, -1, None, None, "GCGC"), 13226 "compsite": "(?=(?P<HinP1I>GCGC))", 13227 "dna": None, 13228 "freq": 256.0, 13229 "fst3": -1, 13230 "fst5": 1, 13231 "inact_temp": 65, 13232 "opt_temp": 37, 13233 "ovhg": -2, 13234 "ovhgseq": "CG", 13235 "results": None, 13236 "scd3": None, 13237 "scd5": None, 13238 "site": "GCGC", 13239 "size": 4, 13240 "substrat": "DNA", 13241 "suppl": ("N",), 13242 }
13243 13244 13245 rest_dict["HinP1I"] = _temp() 13246 13247
13248 -def _temp():
13249 return { 13250 "charac": (3, -3, None, None, "GTYRAC"), 13251 "compsite": "(?=(?P<HincII>GT[CT][AG]AC))", 13252 "dna": None, 13253 "freq": 1024.0, 13254 "fst3": -3, 13255 "fst5": 3, 13256 "inact_temp": 65, 13257 "opt_temp": 37, 13258 "ovhg": 0, 13259 "ovhgseq": "", 13260 "results": None, 13261 "scd3": None, 13262 "scd5": None, 13263 "site": "GTYRAC", 13264 "size": 6, 13265 "substrat": "DNA", 13266 "suppl": ("B", "J", "K", "N", "O", "Q", "R", "X"), 13267 }
13268 13269 13270 rest_dict["HincII"] = _temp() 13271 13272
13273 -def _temp():
13274 return { 13275 "charac": (3, -3, None, None, "GTYRAC"), 13276 "compsite": "(?=(?P<HindII>GT[CT][AG]AC))", 13277 "dna": None, 13278 "freq": 1024.0, 13279 "fst3": -3, 13280 "fst5": 3, 13281 "inact_temp": 65, 13282 "opt_temp": 37, 13283 "ovhg": 0, 13284 "ovhgseq": "", 13285 "results": None, 13286 "scd3": None, 13287 "scd5": None, 13288 "site": "GTYRAC", 13289 "size": 6, 13290 "substrat": "DNA", 13291 "suppl": ("I", "M", "S", "V"), 13292 }
13293 13294 13295 rest_dict["HindII"] = _temp() 13296 13297
13298 -def _temp():
13299 return { 13300 "charac": (1, -1, None, None, "AAGCTT"), 13301 "compsite": "(?=(?P<HindIII>AAGCTT))", 13302 "dna": None, 13303 "freq": 4096.0, 13304 "fst3": -1, 13305 "fst5": 1, 13306 "inact_temp": 65, 13307 "opt_temp": 37, 13308 "ovhg": -4, 13309 "ovhgseq": "AGCT", 13310 "results": None, 13311 "scd3": None, 13312 "scd5": None, 13313 "site": "AAGCTT", 13314 "size": 6, 13315 "substrat": "DNA", 13316 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X", "Y"), 13317 }
13318 13319 13320 rest_dict["HindIII"] = _temp() 13321 13322
13323 -def _temp():
13324 return { 13325 "charac": (1, -1, None, None, "GANTC"), 13326 "compsite": "(?=(?P<HinfI>GA.TC))", 13327 "dna": None, 13328 "freq": 256.0, 13329 "fst3": -1, 13330 "fst5": 1, 13331 "inact_temp": 65, 13332 "opt_temp": 37, 13333 "ovhg": -3, 13334 "ovhgseq": "ANT", 13335 "results": None, 13336 "scd3": None, 13337 "scd5": None, 13338 "site": "GANTC", 13339 "size": 5, 13340 "substrat": "DNA", 13341 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "V", "X", "Y"), 13342 }
13343 13344 13345 rest_dict["HinfI"] = _temp() 13346 13347
13348 -def _temp():
13349 return { 13350 "charac": (3, -3, None, None, "GTTAAC"), 13351 "compsite": "(?=(?P<HpaI>GTTAAC))", 13352 "dna": None, 13353 "freq": 4096.0, 13354 "fst3": -3, 13355 "fst5": 3, 13356 "inact_temp": 65, 13357 "opt_temp": 37, 13358 "ovhg": 0, 13359 "ovhgseq": "", 13360 "results": None, 13361 "scd3": None, 13362 "scd5": None, 13363 "site": "GTTAAC", 13364 "size": 6, 13365 "substrat": "DNA", 13366 "suppl": ("B", "C", "I", "J", "K", "M", "N", "Q", "R", "S", "V", "X"), 13367 }
13368 13369 13370 rest_dict["HpaI"] = _temp() 13371 13372
13373 -def _temp():
13374 return { 13375 "charac": (1, -1, None, None, "CCGG"), 13376 "compsite": "(?=(?P<HpaII>CCGG))", 13377 "dna": None, 13378 "freq": 256.0, 13379 "fst3": -1, 13380 "fst5": 1, 13381 "inact_temp": 65, 13382 "opt_temp": 37, 13383 "ovhg": -2, 13384 "ovhgseq": "CG", 13385 "results": None, 13386 "scd3": None, 13387 "scd5": None, 13388 "site": "CCGG", 13389 "size": 4, 13390 "substrat": "DNA", 13391 "suppl": ("B", "I", "N", "Q", "R", "V", "X"), 13392 }
13393 13394 13395 rest_dict["HpaII"] = _temp() 13396 13397
13398 -def _temp():
13399 return { 13400 "charac": (13, 7, None, None, "GGTGA"), 13401 "compsite": "(?=(?P<HphI>GGTGA))|(?=(?P<HphI_as>TCACC))", 13402 "dna": None, 13403 "freq": 1024.0, 13404 "fst3": 7, 13405 "fst5": 13, 13406 "inact_temp": 65, 13407 "opt_temp": 37, 13408 "ovhg": 1, 13409 "ovhgseq": "N", 13410 "results": None, 13411 "scd3": None, 13412 "scd5": None, 13413 "site": "GGTGA", 13414 "size": 5, 13415 "substrat": "DNA", 13416 "suppl": ("B", "N"), 13417 }
13418 13419 13420 rest_dict["HphI"] = _temp() 13421 13422
13423 -def _temp():
13424 return { 13425 "charac": (3, -3, None, None, "GTNNAC"), 13426 "compsite": "(?=(?P<Hpy166II>GT..AC))", 13427 "dna": None, 13428 "freq": 256.0, 13429 "fst3": -3, 13430 "fst5": 3, 13431 "inact_temp": 65, 13432 "opt_temp": 37, 13433 "ovhg": 0, 13434 "ovhgseq": "", 13435 "results": None, 13436 "scd3": None, 13437 "scd5": None, 13438 "site": "GTNNAC", 13439 "size": 6, 13440 "substrat": "DNA", 13441 "suppl": ("N",), 13442 }
13443 13444 13445 rest_dict["Hpy166II"] = _temp() 13446 13447
13448 -def _temp():
13449 return { 13450 "charac": (2, -2, None, None, "TCNNGA"), 13451 "compsite": "(?=(?P<Hpy178III>TC..GA))", 13452 "dna": None, 13453 "freq": 256.0, 13454 "fst3": -2, 13455 "fst5": 2, 13456 "inact_temp": 65, 13457 "opt_temp": 37, 13458 "ovhg": -2, 13459 "ovhgseq": "NN", 13460 "results": None, 13461 "scd3": None, 13462 "scd5": None, 13463 "site": "TCNNGA", 13464 "size": 6, 13465 "substrat": "DNA", 13466 "suppl": (), 13467 }
13468 13469 13470 rest_dict["Hpy178III"] = _temp() 13471 13472
13473 -def _temp():
13474 return { 13475 "charac": (3, -3, None, None, "TCNGA"), 13476 "compsite": "(?=(?P<Hpy188I>TC.GA))", 13477 "dna": None, 13478 "freq": 256.0, 13479 "fst3": -3, 13480 "fst5": 3, 13481 "inact_temp": 65, 13482 "opt_temp": 37, 13483 "ovhg": 1, 13484 "ovhgseq": "N", 13485 "results": None, 13486 "scd3": None, 13487 "scd5": None, 13488 "site": "TCNGA", 13489 "size": 5, 13490 "substrat": "DNA", 13491 "suppl": ("N",), 13492 }
13493 13494 13495 rest_dict["Hpy188I"] = _temp() 13496 13497
13498 -def _temp():
13499 return { 13500 "charac": (2, -2, None, None, "TCNNGA"), 13501 "compsite": "(?=(?P<Hpy188III>TC..GA))", 13502 "dna": None, 13503 "freq": 256.0, 13504 "fst3": -2, 13505 "fst5": 2, 13506 "inact_temp": 65, 13507 "opt_temp": 37, 13508 "ovhg": -2, 13509 "ovhgseq": "NN", 13510 "results": None, 13511 "scd3": None, 13512 "scd5": None, 13513 "site": "TCNNGA", 13514 "size": 6, 13515 "substrat": "DNA", 13516 "suppl": ("N",), 13517 }
13518 13519 13520 rest_dict["Hpy188III"] = _temp() 13521 13522
13523 -def _temp():
13524 return { 13525 "charac": (None, None, None, None, "CCTYNA"), 13526 "compsite": "(?=(?P<Hpy300XI>CCT[CT].A))|(?=(?P<Hpy300XI_as>T.[AG]AGG))", 13527 "dna": None, 13528 "freq": 512.0, 13529 "fst3": None, 13530 "fst5": None, 13531 "inact_temp": 65, 13532 "opt_temp": 37, 13533 "ovhg": None, 13534 "ovhgseq": None, 13535 "results": None, 13536 "scd3": None, 13537 "scd5": None, 13538 "site": "CCTYNA", 13539 "size": 6, 13540 "substrat": "DNA", 13541 "suppl": (), 13542 }
13543 13544 13545 rest_dict["Hpy300XI"] = _temp() 13546 13547
13548 -def _temp():
13549 return { 13550 "charac": (3, -3, None, None, "GTNNAC"), 13551 "compsite": "(?=(?P<Hpy8I>GT..AC))", 13552 "dna": None, 13553 "freq": 256.0, 13554 "fst3": -3, 13555 "fst5": 3, 13556 "inact_temp": 65, 13557 "opt_temp": 37, 13558 "ovhg": 0, 13559 "ovhgseq": "", 13560 "results": None, 13561 "scd3": None, 13562 "scd5": None, 13563 "site": "GTNNAC", 13564 "size": 6, 13565 "substrat": "DNA", 13566 "suppl": ("B",), 13567 }
13568 13569 13570 rest_dict["Hpy8I"] = _temp() 13571 13572
13573 -def _temp():
13574 return { 13575 "charac": (5, -5, None, None, "CGWCG"), 13576 "compsite": "(?=(?P<Hpy99I>CG[AT]CG))", 13577 "dna": None, 13578 "freq": 512.0, 13579 "fst3": -5, 13580 "fst5": 5, 13581 "inact_temp": 65, 13582 "opt_temp": 37, 13583 "ovhg": 5, 13584 "ovhgseq": "CGWCG", 13585 "results": None, 13586 "scd3": None, 13587 "scd5": None, 13588 "site": "CGWCG", 13589 "size": 5, 13590 "substrat": "DNA", 13591 "suppl": ("N",), 13592 }
13593 13594 13595 rest_dict["Hpy99I"] = _temp() 13596 13597
13598 -def _temp():
13599 return { 13600 "charac": (None, None, None, None, "GCCTA"), 13601 "compsite": "(?=(?P<Hpy99XIII>GCCTA))|(?=(?P<Hpy99XIII_as>TAGGC))", 13602 "dna": None, 13603 "freq": 1024.0, 13604 "fst3": None, 13605 "fst5": None, 13606 "inact_temp": 65, 13607 "opt_temp": 37, 13608 "ovhg": None, 13609 "ovhgseq": None, 13610 "results": None, 13611 "scd3": None, 13612 "scd5": None, 13613 "site": "GCCTA", 13614 "size": 5, 13615 "substrat": "DNA", 13616 "suppl": (), 13617 }
13618 13619 13620 rest_dict["Hpy99XIII"] = _temp() 13621 13622
13623 -def _temp():
13624 return { 13625 "charac": (None, None, None, None, "GGWTAA"), 13626 "compsite": "(?=(?P<Hpy99XIV>GG[AT]TAA))|(?=(?P<Hpy99XIV_as>TTA[AT]CC))", 13627 "dna": None, 13628 "freq": 2048.0, 13629 "fst3": None, 13630 "fst5": None, 13631 "inact_temp": 65, 13632 "opt_temp": 37, 13633 "ovhg": None, 13634 "ovhgseq": None, 13635 "results": None, 13636 "scd3": None, 13637 "scd5": None, 13638 "site": "GGWTAA", 13639 "size": 6, 13640 "substrat": "DNA", 13641 "suppl": (), 13642 }
13643 13644 13645 rest_dict["Hpy99XIV"] = _temp() 13646 13647
13648 -def _temp():
13649 return { 13650 "charac": (None, None, None, None, "GGWCNA"), 13651 "compsite": "(?=(?P<Hpy99XIV_mut1>GG[AT]C.A))|(?=(?P<Hpy99XIV_mut1_as>T.G[AT]CC))", 13652 "dna": None, 13653 "freq": 512.0, 13654 "fst3": None, 13655 "fst5": None, 13656 "inact_temp": 65, 13657 "opt_temp": 37, 13658 "ovhg": None, 13659 "ovhgseq": None, 13660 "results": None, 13661 "scd3": None, 13662 "scd5": None, 13663 "site": "GGWCNA", 13664 "size": 6, 13665 "substrat": "DNA", 13666 "suppl": (), 13667 }
13668 13669 13670 rest_dict["Hpy99XIV_mut1"] = _temp() 13671 13672
13673 -def _temp():
13674 return { 13675 "charac": (None, None, None, None, "TCANNNNNNTRG"), 13676 "compsite": "(?=(?P<Hpy99XXII>TCA......T[AG]G))|(?=(?P<Hpy99XXII_as>C[CT]A......TGA))", 13677 "dna": None, 13678 "freq": 2048.0, 13679 "fst3": None, 13680 "fst5": None, 13681 "inact_temp": 65, 13682 "opt_temp": 37, 13683 "ovhg": None, 13684 "ovhgseq": None, 13685 "results": None, 13686 "scd3": None, 13687 "scd5": None, 13688 "site": "TCANNNNNNTRG", 13689 "size": 12, 13690 "substrat": "DNA", 13691 "suppl": (), 13692 }
13693 13694 13695 rest_dict["Hpy99XXII"] = _temp() 13696 13697
13698 -def _temp():
13699 return { 13700 "charac": (11, 5, None, None, "CCTTC"), 13701 "compsite": "(?=(?P<HpyAV>CCTTC))|(?=(?P<HpyAV_as>GAAGG))", 13702 "dna": None, 13703 "freq": 1024.0, 13704 "fst3": 5, 13705 "fst5": 11, 13706 "inact_temp": 65, 13707 "opt_temp": 37, 13708 "ovhg": 1, 13709 "ovhgseq": "N", 13710 "results": None, 13711 "scd3": None, 13712 "scd5": None, 13713 "site": "CCTTC", 13714 "size": 5, 13715 "substrat": "DNA", 13716 "suppl": ("N",), 13717 }
13718 13719 13720 rest_dict["HpyAV"] = _temp() 13721 13722
13723 -def _temp():
13724 return { 13725 "charac": (None, None, None, None, "GCGTA"), 13726 "compsite": "(?=(?P<HpyAXIV>GCGTA))|(?=(?P<HpyAXIV_as>TACGC))", 13727 "dna": None, 13728 "freq": 1024.0, 13729 "fst3": None, 13730 "fst5": None, 13731 "inact_temp": 65, 13732 "opt_temp": 37, 13733 "ovhg": None, 13734 "ovhgseq": None, 13735 "results": None, 13736 "scd3": None, 13737 "scd5": None, 13738 "site": "GCGTA", 13739 "size": 5, 13740 "substrat": "DNA", 13741 "suppl": (), 13742 }
13743 13744 13745 rest_dict["HpyAXIV"] = _temp() 13746 13747
13748 -def _temp():
13749 return { 13750 "charac": (None, None, None, None, "GGANNAG"), 13751 "compsite": "(?=(?P<HpyAXVIII>GGA..AG))|(?=(?P<HpyAXVIII_as>CT..TCC))", 13752 "dna": None, 13753 "freq": 1024.0, 13754 "fst3": None, 13755 "fst5": None, 13756 "inact_temp": 65, 13757 "opt_temp": 37, 13758 "ovhg": None, 13759 "ovhgseq": None, 13760 "results": None, 13761 "scd3": None, 13762 "scd5": None, 13763 "site": "GGANNAG", 13764 "size": 7, 13765 "substrat": "DNA", 13766 "suppl": (), 13767 }
13768 13769 13770 rest_dict["HpyAXVIII"] = _temp() 13771 13772
13773 -def _temp():
13774 return { 13775 "charac": (None, None, None, None, "CRTTAA"), 13776 "compsite": "(?=(?P<HpyAXVI_mut1>C[AG]TTAA))|(?=(?P<HpyAXVI_mut1_as>TTAA[CT]G))", 13777 "dna": None, 13778 "freq": 2048.0, 13779 "fst3": None, 13780 "fst5": None, 13781 "inact_temp": 65, 13782 "opt_temp": 37, 13783 "ovhg": None, 13784 "ovhgseq": None, 13785 "results": None, 13786 "scd3": None, 13787 "scd5": None, 13788 "site": "CRTTAA", 13789 "size": 6, 13790 "substrat": "DNA", 13791 "suppl": (), 13792 }
13793 13794 13795 rest_dict["HpyAXVI_mut1"] = _temp() 13796 13797
13798 -def _temp():
13799 return { 13800 "charac": (None, None, None, None, "CRTCNA"), 13801 "compsite": "(?=(?P<HpyAXVI_mut2>C[AG]TC.A))|(?=(?P<HpyAXVI_mut2_as>T.GA[CT]G))", 13802 "dna": None, 13803 "freq": 512.0, 13804 "fst3": None, 13805 "fst5": None, 13806 "inact_temp": 65, 13807 "opt_temp": 37, 13808 "ovhg": None, 13809 "ovhgseq": None, 13810 "results": None, 13811 "scd3": None, 13812 "scd5": None, 13813 "site": "CRTCNA", 13814 "size": 6, 13815 "substrat": "DNA", 13816 "suppl": (), 13817 }
13818 13819 13820 rest_dict["HpyAXVI_mut2"] = _temp() 13821 13822
13823 -def _temp():
13824 return { 13825 "charac": (3, -3, None, None, "ACNGT"), 13826 "compsite": "(?=(?P<HpyCH4III>AC.GT))", 13827 "dna": None, 13828 "freq": 256.0, 13829 "fst3": -3, 13830 "fst5": 3, 13831 "inact_temp": 65, 13832 "opt_temp": 37, 13833 "ovhg": 1, 13834 "ovhgseq": "N", 13835 "results": None, 13836 "scd3": None, 13837 "scd5": None, 13838 "site": "ACNGT", 13839 "size": 5, 13840 "substrat": "DNA", 13841 "suppl": ("N",), 13842 }
13843 13844 13845 rest_dict["HpyCH4III"] = _temp() 13846 13847
13848 -def _temp():
13849 return { 13850 "charac": (1, -1, None, None, "ACGT"), 13851 "compsite": "(?=(?P<HpyCH4IV>ACGT))", 13852 "dna": None, 13853 "freq": 256.0, 13854 "fst3": -1, 13855 "fst5": 1, 13856 "inact_temp": 65, 13857 "opt_temp": 37, 13858 "ovhg": -2, 13859 "ovhgseq": "CG", 13860 "results": None, 13861 "scd3": None, 13862 "scd5": None, 13863 "site": "ACGT", 13864 "size": 4, 13865 "substrat": "DNA", 13866 "suppl": ("N",), 13867 }
13868 13869 13870 rest_dict["HpyCH4IV"] = _temp() 13871 13872
13873 -def _temp():
13874 return { 13875 "charac": (2, -2, None, None, "TGCA"), 13876 "compsite": "(?=(?P<HpyCH4V>TGCA))", 13877 "dna": None, 13878 "freq": 256.0, 13879 "fst3": -2, 13880 "fst5": 2, 13881 "inact_temp": 65, 13882 "opt_temp": 37, 13883 "ovhg": 0, 13884 "ovhgseq": "", 13885 "results": None, 13886 "scd3": None, 13887 "scd5": None, 13888 "site": "TGCA", 13889 "size": 4, 13890 "substrat": "DNA", 13891 "suppl": ("N",), 13892 }
13893 13894 13895 rest_dict["HpyCH4V"] = _temp() 13896 13897
13898 -def _temp():
13899 return { 13900 "charac": (7, -7, None, None, "GCNNNNNNNGC"), 13901 "compsite": "(?=(?P<HpyF10VI>GC.......GC))", 13902 "dna": None, 13903 "freq": 256.0, 13904 "fst3": -7, 13905 "fst5": 7, 13906 "inact_temp": 65, 13907 "opt_temp": 37, 13908 "ovhg": 3, 13909 "ovhgseq": "NNN", 13910 "results": None, 13911 "scd3": None, 13912 "scd5": None, 13913 "site": "GCNNNNNNNGC", 13914 "size": 11, 13915 "substrat": "DNA", 13916 "suppl": ("B",), 13917 }
13918 13919 13920 rest_dict["HpyF10VI"] = _temp() 13921 13922
13923 -def _temp():
13924 return { 13925 "charac": (1, -1, None, None, "CTNAG"), 13926 "compsite": "(?=(?P<HpyF3I>CT.AG))", 13927 "dna": None, 13928 "freq": 256.0, 13929 "fst3": -1, 13930 "fst5": 1, 13931 "inact_temp": 65, 13932 "opt_temp": 37, 13933 "ovhg": -3, 13934 "ovhgseq": "TNA", 13935 "results": None, 13936 "scd3": None, 13937 "scd5": None, 13938 "site": "CTNAG", 13939 "size": 5, 13940 "substrat": "DNA", 13941 "suppl": ("B",), 13942 }
13943 13944 13945 rest_dict["HpyF3I"] = _temp() 13946 13947
13948 -def _temp():
13949 return { 13950 "charac": (1, -1, None, None, "ACGT"), 13951 "compsite": "(?=(?P<HpySE526I>ACGT))", 13952 "dna": None, 13953 "freq": 256.0, 13954 "fst3": -1, 13955 "fst5": 1, 13956 "inact_temp": 65, 13957 "opt_temp": 37, 13958 "ovhg": -2, 13959 "ovhgseq": "CG", 13960 "results": None, 13961 "scd3": None, 13962 "scd5": None, 13963 "site": "ACGT", 13964 "size": 4, 13965 "substrat": "DNA", 13966 "suppl": ("I",), 13967 }
13968 13969 13970 rest_dict["HpySE526I"] = _temp() 13971 13972
13973 -def _temp():
13974 return { 13975 "charac": (None, None, None, None, "CYANNNNNNNTRG"), 13976 "compsite": "(?=(?P<HpyUM032XIII>C[CT]A.......T[AG]G))", 13977 "dna": None, 13978 "freq": 1024.0, 13979 "fst3": None, 13980 "fst5": None, 13981 "inact_temp": 65, 13982 "opt_temp": 37, 13983 "ovhg": None, 13984 "ovhgseq": None, 13985 "results": None, 13986 "scd3": None, 13987 "scd5": None, 13988 "site": "CYANNNNNNNTRG", 13989 "size": 13, 13990 "substrat": "DNA", 13991 "suppl": (), 13992 }
13993 13994 13995 rest_dict["HpyUM032XIII"] = _temp() 13996 13997
13998 -def _temp():
13999 return { 14000 "charac": (None, None, None, None, "CYANNNNNNNTTC"), 14001 "compsite": "(?=(?P<HpyUM032XIII_mut1>C[CT]A.......TTC))|(?=(?P<HpyUM032XIII_mut1_as>GAA.......T[AG]G))", 14002 "dna": None, 14003 "freq": 2048.0, 14004 "fst3": None, 14005 "fst5": None, 14006 "inact_temp": 65, 14007 "opt_temp": 37, 14008 "ovhg": None, 14009 "ovhgseq": None, 14010 "results": None, 14011 "scd3": None, 14012 "scd5": None, 14013 "site": "CYANNNNNNNTTC", 14014 "size": 13, 14015 "substrat": "DNA", 14016 "suppl": (), 14017 }
14018 14019 14020 rest_dict["HpyUM032XIII_mut1"] = _temp() 14021 14022
14023 -def _temp():
14024 return { 14025 "charac": (None, None, None, None, "GAAAG"), 14026 "compsite": "(?=(?P<HpyUM032XIV>GAAAG))|(?=(?P<HpyUM032XIV_as>CTTTC))", 14027 "dna": None, 14028 "freq": 1024.0, 14029 "fst3": None, 14030 "fst5": None, 14031 "inact_temp": 65, 14032 "opt_temp": 37, 14033 "ovhg": None, 14034 "ovhgseq": None, 14035 "results": None, 14036 "scd3": None, 14037 "scd5": None, 14038 "site": "GAAAG", 14039 "size": 5, 14040 "substrat": "DNA", 14041 "suppl": (), 14042 }
14043 14044 14045 rest_dict["HpyUM032XIV"] = _temp() 14046 14047
14048 -def _temp():
14049 return { 14050 "charac": (None, None, None, None, "TNGGNAG|GTGGNAG"), 14051 "compsite": "(?=(?P<HpyUM037X>T.GG.AG))|(?=(?P<HpyUM037X_as>CT.CC.A))", 14052 "dna": None, 14053 "freq": 1024.0, 14054 "fst3": None, 14055 "fst5": None, 14056 "inact_temp": 65, 14057 "opt_temp": 37, 14058 "ovhg": None, 14059 "ovhgseq": None, 14060 "results": None, 14061 "scd3": None, 14062 "scd5": None, 14063 "site": "TNGGNAG|GTGGNAG", 14064 "size": 7, 14065 "substrat": "DNA", 14066 "suppl": (), 14067 }
14068 14069 14070 rest_dict["HpyUM037X"] = _temp() 14071 14072
14073 -def _temp():
14074 return { 14075 "charac": (2, -2, None, None, "GRCGYC"), 14076 "compsite": "(?=(?P<Hsp92I>G[AG]CG[CT]C))", 14077 "dna": None, 14078 "freq": 1024.0, 14079 "fst3": -2, 14080 "fst5": 2, 14081 "inact_temp": 65, 14082 "opt_temp": 37, 14083 "ovhg": -2, 14084 "ovhgseq": "CG", 14085 "results": None, 14086 "scd3": None, 14087 "scd5": None, 14088 "site": "GRCGYC", 14089 "size": 6, 14090 "substrat": "DNA", 14091 "suppl": ("R",), 14092 }
14093 14094 14095 rest_dict["Hsp92I"] = _temp() 14096 14097
14098 -def _temp():
14099 return { 14100 "charac": (4, -4, None, None, "CATG"), 14101 "compsite": "(?=(?P<Hsp92II>CATG))", 14102 "dna": None, 14103 "freq": 256.0, 14104 "fst3": -4, 14105 "fst5": 4, 14106 "inact_temp": 65, 14107 "opt_temp": 37, 14108 "ovhg": 4, 14109 "ovhgseq": "CATG", 14110 "results": None, 14111 "scd3": None, 14112 "scd5": None, 14113 "site": "CATG", 14114 "size": 4, 14115 "substrat": "DNA", 14116 "suppl": ("R",), 14117 }
14118 14119 14120 rest_dict["Hsp92II"] = _temp() 14121 14122
14123 -def _temp():
14124 return { 14125 "charac": (1, -1, None, None, "GCGC"), 14126 "compsite": "(?=(?P<HspAI>GCGC))", 14127 "dna": None, 14128 "freq": 256.0, 14129 "fst3": -1, 14130 "fst5": 1, 14131 "inact_temp": 65, 14132 "opt_temp": 37, 14133 "ovhg": -2, 14134 "ovhgseq": "CG", 14135 "results": None, 14136 "scd3": None, 14137 "scd5": None, 14138 "site": "GCGC", 14139 "size": 4, 14140 "substrat": "DNA", 14141 "suppl": ("I", "V"), 14142 }
14143 14144 14145 rest_dict["HspAI"] = _temp() 14146 14147
14148 -def _temp():
14149 return { 14150 "charac": (None, None, None, None, "GAGCAGC"), 14151 "compsite": "(?=(?P<HspMHR1II>GAGCAGC))|(?=(?P<HspMHR1II_as>GCTGCTC))", 14152 "dna": None, 14153 "freq": 16384.0, 14154 "fst3": None, 14155 "fst5": None, 14156 "inact_temp": 65, 14157 "opt_temp": 37, 14158 "ovhg": None, 14159 "ovhgseq": None, 14160 "results": None, 14161 "scd3": None, 14162 "scd5": None, 14163 "site": "GAGCAGC", 14164 "size": 7, 14165 "substrat": "DNA", 14166 "suppl": (), 14167 }
14168 14169 14170 rest_dict["HspMHR1II"] = _temp() 14171 14172
14173 -def _temp():
14174 return { 14175 "charac": (None, None, None, None, "GTATNAC"), 14176 "compsite": "(?=(?P<Jma19592I>GTAT.AC))|(?=(?P<Jma19592I_as>GT.ATAC))", 14177 "dna": None, 14178 "freq": 4096.0, 14179 "fst3": None, 14180 "fst5": None, 14181 "inact_temp": 65, 14182 "opt_temp": 37, 14183 "ovhg": None, 14184 "ovhgseq": None, 14185 "results": None, 14186 "scd3": None, 14187 "scd5": None, 14188 "site": "GTATNAC", 14189 "size": 7, 14190 "substrat": "DNA", 14191 "suppl": (), 14192 }
14193 14194 14195 rest_dict["Jma19592I"] = _temp() 14196 14197
14198 -def _temp():
14199 return { 14200 "charac": (None, None, None, None, "GRGCRAC"), 14201 "compsite": "(?=(?P<Jma19592II>G[AG]GC[AG]AC))|(?=(?P<Jma19592II_as>GT[CT]GC[CT]C))", 14202 "dna": None, 14203 "freq": 4096.0, 14204 "fst3": None, 14205 "fst5": None, 14206 "inact_temp": 65, 14207 "opt_temp": 37, 14208 "ovhg": None, 14209 "ovhgseq": None, 14210 "results": None, 14211 "scd3": None, 14212 "scd5": None, 14213 "site": "GRGCRAC", 14214 "size": 7, 14215 "substrat": "DNA", 14216 "suppl": (), 14217 }
14218 14219 14220 rest_dict["Jma19592II"] = _temp() 14221 14222
14223 -def _temp():
14224 return { 14225 "charac": (None, None, None, None, "GRNGAAT"), 14226 "compsite": "(?=(?P<Jsp2502II>G[AG].GAAT))|(?=(?P<Jsp2502II_as>ATTC.[CT]C))", 14227 "dna": None, 14228 "freq": 2048.0, 14229 "fst3": None, 14230 "fst5": None, 14231 "inact_temp": 65, 14232 "opt_temp": 37, 14233 "ovhg": None, 14234 "ovhgseq": None, 14235 "results": None, 14236 "scd3": None, 14237 "scd5": None, 14238 "site": "GRNGAAT", 14239 "size": 7, 14240 "substrat": "DNA", 14241 "suppl": (), 14242 }
14243 14244 14245 rest_dict["Jsp2502II"] = _temp() 14246 14247
14248 -def _temp():
14249 return { 14250 "charac": (1, -1, None, None, "GGCGCC"), 14251 "compsite": "(?=(?P<KasI>GGCGCC))", 14252 "dna": None, 14253 "freq": 4096.0, 14254 "fst3": -1, 14255 "fst5": 1, 14256 "inact_temp": 65, 14257 "opt_temp": 37, 14258 "ovhg": -4, 14259 "ovhgseq": "GCGC", 14260 "results": None, 14261 "scd3": None, 14262 "scd5": None, 14263 "site": "GGCGCC", 14264 "size": 6, 14265 "substrat": "DNA", 14266 "suppl": ("N",), 14267 }
14268 14269 14270 rest_dict["KasI"] = _temp() 14271 14272
14273 -def _temp():
14274 return { 14275 "charac": (2, -2, None, None, "GGGWCCC"), 14276 "compsite": "(?=(?P<KflI>GGG[AT]CCC))", 14277 "dna": None, 14278 "freq": 8192.0, 14279 "fst3": -2, 14280 "fst5": 2, 14281 "inact_temp": 65, 14282 "opt_temp": 37, 14283 "ovhg": -3, 14284 "ovhgseq": "GWC", 14285 "results": None, 14286 "scd3": None, 14287 "scd5": None, 14288 "site": "GGGWCCC", 14289 "size": 7, 14290 "substrat": "DNA", 14291 "suppl": ("B",), 14292 }
14293 14294 14295 rest_dict["KflI"] = _temp() 14296 14297
14298 -def _temp():
14299 return { 14300 "charac": (None, None, None, None, "RTCGAG"), 14301 "compsite": "(?=(?P<Kor51II>[AG]TCGAG))|(?=(?P<Kor51II_as>CTCGA[CT]))", 14302 "dna": None, 14303 "freq": 2048.0, 14304 "fst3": None, 14305 "fst5": None, 14306 "inact_temp": 65, 14307 "opt_temp": 37, 14308 "ovhg": None, 14309 "ovhgseq": None, 14310 "results": None, 14311 "scd3": None, 14312 "scd5": None, 14313 "site": "RTCGAG", 14314 "size": 6, 14315 "substrat": "DNA", 14316 "suppl": (), 14317 }
14318 14319 14320 rest_dict["Kor51II"] = _temp() 14321 14322
14323 -def _temp():
14324 return { 14325 "charac": (None, None, None, None, "CRTGATT"), 14326 "compsite": "(?=(?P<Kpn156V>C[AG]TGATT))|(?=(?P<Kpn156V_as>AATCA[CT]G))", 14327 "dna": None, 14328 "freq": 8192.0, 14329 "fst3": None, 14330 "fst5": None, 14331 "inact_temp": 65, 14332 "opt_temp": 37, 14333 "ovhg": None, 14334 "ovhgseq": None, 14335 "results": None, 14336 "scd3": None, 14337 "scd5": None, 14338 "site": "CRTGATT", 14339 "size": 7, 14340 "substrat": "DNA", 14341 "suppl": (), 14342 }
14343 14344 14345 rest_dict["Kpn156V"] = _temp() 14346 14347
14348 -def _temp():
14349 return { 14350 "charac": (1, -1, None, None, "TCCGGA"), 14351 "compsite": "(?=(?P<Kpn2I>TCCGGA))", 14352 "dna": None, 14353 "freq": 4096.0, 14354 "fst3": -1, 14355 "fst5": 1, 14356 "inact_temp": 65, 14357 "opt_temp": 37, 14358 "ovhg": -4, 14359 "ovhgseq": "CCGG", 14360 "results": None, 14361 "scd3": None, 14362 "scd5": None, 14363 "site": "TCCGGA", 14364 "size": 6, 14365 "substrat": "DNA", 14366 "suppl": ("B",), 14367 }
14368 14369 14370 rest_dict["Kpn2I"] = _temp() 14371 14372
14373 -def _temp():
14374 return { 14375 "charac": (None, None, None, None, "GACATC"), 14376 "compsite": "(?=(?P<Kpn327I>GACATC))|(?=(?P<Kpn327I_as>GATGTC))", 14377 "dna": None, 14378 "freq": 4096.0, 14379 "fst3": None, 14380 "fst5": None, 14381 "inact_temp": 65, 14382 "opt_temp": 37, 14383 "ovhg": None, 14384 "ovhgseq": None, 14385 "results": None, 14386 "scd3": None, 14387 "scd5": None, 14388 "site": "GACATC", 14389 "size": 6, 14390 "substrat": "DNA", 14391 "suppl": (), 14392 }
14393 14394 14395 rest_dict["Kpn327I"] = _temp() 14396 14397
14398 -def _temp():
14399 return { 14400 "charac": (5, -5, None, None, "GGTACC"), 14401 "compsite": "(?=(?P<KpnI>GGTACC))", 14402 "dna": None, 14403 "freq": 4096.0, 14404 "fst3": -5, 14405 "fst5": 5, 14406 "inact_temp": 65, 14407 "opt_temp": 37, 14408 "ovhg": 4, 14409 "ovhgseq": "GTAC", 14410 "results": None, 14411 "scd3": None, 14412 "scd5": None, 14413 "site": "GGTACC", 14414 "size": 6, 14415 "substrat": "DNA", 14416 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X", "Y"), 14417 }
14418 14419 14420 rest_dict["KpnI"] = _temp() 14421 14422
14423 -def _temp():
14424 return { 14425 "charac": (None, None, None, None, "CTRGAG"), 14426 "compsite": "(?=(?P<KpnNH25III>CT[AG]GAG))|(?=(?P<KpnNH25III_as>CTC[CT]AG))", 14427 "dna": None, 14428 "freq": 2048.0, 14429 "fst3": None, 14430 "fst5": None, 14431 "inact_temp": 65, 14432 "opt_temp": 37, 14433 "ovhg": None, 14434 "ovhgseq": None, 14435 "results": None, 14436 "scd3": None, 14437 "scd5": None, 14438 "site": "CTRGAG", 14439 "size": 6, 14440 "substrat": "DNA", 14441 "suppl": (), 14442 }
14443 14444 14445 rest_dict["KpnNH25III"] = _temp() 14446 14447
14448 -def _temp():
14449 return { 14450 "charac": (None, None, None, None, "GTTCNAC"), 14451 "compsite": "(?=(?P<KpnNIH30III>GTTC.AC))|(?=(?P<KpnNIH30III_as>GT.GAAC))", 14452 "dna": None, 14453 "freq": 4096.0, 14454 "fst3": None, 14455 "fst5": None, 14456 "inact_temp": 65, 14457 "opt_temp": 37, 14458 "ovhg": None, 14459 "ovhgseq": None, 14460 "results": None, 14461 "scd3": None, 14462 "scd5": None, 14463 "site": "GTTCNAC", 14464 "size": 7, 14465 "substrat": "DNA", 14466 "suppl": (), 14467 }
14468 14469 14470 rest_dict["KpnNIH30III"] = _temp() 14471 14472
14473 -def _temp():
14474 return { 14475 "charac": (None, None, None, None, "GCYAAG"), 14476 "compsite": "(?=(?P<KpnNIH50I>GC[CT]AAG))|(?=(?P<KpnNIH50I_as>CTT[AG]GC))", 14477 "dna": None, 14478 "freq": 2048.0, 14479 "fst3": None, 14480 "fst5": None, 14481 "inact_temp": 65, 14482 "opt_temp": 37, 14483 "ovhg": None, 14484 "ovhgseq": None, 14485 "results": None, 14486 "scd3": None, 14487 "scd5": None, 14488 "site": "GCYAAG", 14489 "size": 6, 14490 "substrat": "DNA", 14491 "suppl": (), 14492 }
14493 14494 14495 rest_dict["KpnNIH50I"] = _temp() 14496 14497
14498 -def _temp():
14499 return { 14500 "charac": (1, -1, None, None, "GCCGGC"), 14501 "compsite": "(?=(?P<KroI>GCCGGC))", 14502 "dna": None, 14503 "freq": 4096.0, 14504 "fst3": -1, 14505 "fst5": 1, 14506 "inact_temp": 65, 14507 "opt_temp": 37, 14508 "ovhg": -4, 14509 "ovhgseq": "CCGG", 14510 "results": None, 14511 "scd3": None, 14512 "scd5": None, 14513 "site": "GCCGGC", 14514 "size": 6, 14515 "substrat": "DNA", 14516 "suppl": ("I",), 14517 }
14518 14519 14520 rest_dict["KroI"] = _temp() 14521 14522
14523 -def _temp():
14524 return { 14525 "charac": (1, -1, None, None, "TGATCA"), 14526 "compsite": "(?=(?P<Ksp22I>TGATCA))", 14527 "dna": None, 14528 "freq": 4096.0, 14529 "fst3": -1, 14530 "fst5": 1, 14531 "inact_temp": 65, 14532 "opt_temp": 37, 14533 "ovhg": -4, 14534 "ovhgseq": "GATC", 14535 "results": None, 14536 "scd3": None, 14537 "scd5": None, 14538 "site": "TGATCA", 14539 "size": 6, 14540 "substrat": "DNA", 14541 "suppl": ("I", "V"), 14542 }
14543 14544 14545 rest_dict["Ksp22I"] = _temp() 14546 14547
14548 -def _temp():
14549 return { 14550 "charac": (7, 4, None, None, "CTCTTC"), 14551 "compsite": "(?=(?P<Ksp632I>CTCTTC))|(?=(?P<Ksp632I_as>GAAGAG))", 14552 "dna": None, 14553 "freq": 4096.0, 14554 "fst3": 4, 14555 "fst5": 7, 14556 "inact_temp": 65, 14557 "opt_temp": 37, 14558 "ovhg": -3, 14559 "ovhgseq": "NNN", 14560 "results": None, 14561 "scd3": None, 14562 "scd5": None, 14563 "site": "CTCTTC", 14564 "size": 6, 14565 "substrat": "DNA", 14566 "suppl": (), 14567 }
14568 14569 14570 rest_dict["Ksp632I"] = _temp() 14571 14572
14573 -def _temp():
14574 return { 14575 "charac": (3, -3, None, None, "GTTAAC"), 14576 "compsite": "(?=(?P<KspAI>GTTAAC))", 14577 "dna": None, 14578 "freq": 4096.0, 14579 "fst3": -3, 14580 "fst5": 3, 14581 "inact_temp": 65, 14582 "opt_temp": 37, 14583 "ovhg": 0, 14584 "ovhgseq": "", 14585 "results": None, 14586 "scd3": None, 14587 "scd5": None, 14588 "site": "GTTAAC", 14589 "size": 6, 14590 "substrat": "DNA", 14591 "suppl": ("B",), 14592 }
14593 14594 14595 rest_dict["KspAI"] = _temp() 14596 14597
14598 -def _temp():
14599 return { 14600 "charac": (4, -4, None, None, "CCGCGG"), 14601 "compsite": "(?=(?P<KspI>CCGCGG))", 14602 "dna": None, 14603 "freq": 4096.0, 14604 "fst3": -4, 14605 "fst5": 4, 14606 "inact_temp": 65, 14607 "opt_temp": 37, 14608 "ovhg": 2, 14609 "ovhgseq": "GC", 14610 "results": None, 14611 "scd3": None, 14612 "scd5": None, 14613 "site": "CCGCGG", 14614 "size": 6, 14615 "substrat": "DNA", 14616 "suppl": ("M", "S"), 14617 }
14618 14619 14620 rest_dict["KspI"] = _temp() 14621 14622
14623 -def _temp():
14624 return { 14625 "charac": (0, 0, None, None, "GATC"), 14626 "compsite": "(?=(?P<Kzo9I>GATC))", 14627 "dna": None, 14628 "freq": 256.0, 14629 "fst3": 0, 14630 "fst5": 0, 14631 "inact_temp": 65, 14632 "opt_temp": 37, 14633 "ovhg": -4, 14634 "ovhgseq": "GATC", 14635 "results": None, 14636 "scd3": None, 14637 "scd5": None, 14638 "site": "GATC", 14639 "size": 4, 14640 "substrat": "DNA", 14641 "suppl": ("I",), 14642 }
14643 14644 14645 rest_dict["Kzo9I"] = _temp() 14646 14647
14648 -def _temp():
14649 return { 14650 "charac": (None, None, None, None, "CYAAANG"), 14651 "compsite": "(?=(?P<Lba2029III>C[CT]AAA.G))|(?=(?P<Lba2029III_as>C.TTT[AG]G))", 14652 "dna": None, 14653 "freq": 2048.0, 14654 "fst3": None, 14655 "fst5": None, 14656 "inact_temp": 65, 14657 "opt_temp": 37, 14658 "ovhg": None, 14659 "ovhgseq": None, 14660 "results": None, 14661 "scd3": None, 14662 "scd5": None, 14663 "site": "CYAAANG", 14664 "size": 7, 14665 "substrat": "DNA", 14666 "suppl": (), 14667 }
14668 14669 14670 rest_dict["Lba2029III"] = _temp() 14671 14672
14673 -def _temp():
14674 return { 14675 "charac": (None, None, None, None, "ACAAAG"), 14676 "compsite": "(?=(?P<Lde4408II>ACAAAG))|(?=(?P<Lde4408II_as>CTTTGT))", 14677 "dna": None, 14678 "freq": 4096.0, 14679 "fst3": None, 14680 "fst5": None, 14681 "inact_temp": 65, 14682 "opt_temp": 37, 14683 "ovhg": None, 14684 "ovhgseq": None, 14685 "results": None, 14686 "scd3": None, 14687 "scd5": None, 14688 "site": "ACAAAG", 14689 "size": 6, 14690 "substrat": "DNA", 14691 "suppl": (), 14692 }
14693 14694 14695 rest_dict["Lde4408II"] = _temp() 14696 14697
14698 -def _temp():
14699 return { 14700 "charac": (8, 4, None, None, "GCTCTTC"), 14701 "compsite": "(?=(?P<LguI>GCTCTTC))|(?=(?P<LguI_as>GAAGAGC))", 14702 "dna": None, 14703 "freq": 16384.0, 14704 "fst3": 4, 14705 "fst5": 8, 14706 "inact_temp": 65, 14707 "opt_temp": 37, 14708 "ovhg": -3, 14709 "ovhgseq": "NNN", 14710 "results": None, 14711 "scd3": None, 14712 "scd5": None, 14713 "site": "GCTCTTC", 14714 "size": 7, 14715 "substrat": "DNA", 14716 "suppl": ("B",), 14717 }
14718 14719 14720 rest_dict["LguI"] = _temp() 14721 14722
14723 -def _temp():
14724 return { 14725 "charac": (None, None, None, None, "CCGTKA"), 14726 "compsite": "(?=(?P<LlaG50I>CCGT[GT]A))|(?=(?P<LlaG50I_as>T[AC]ACGG))", 14727 "dna": None, 14728 "freq": 2048.0, 14729 "fst3": None, 14730 "fst5": None, 14731 "inact_temp": 65, 14732 "opt_temp": 37, 14733 "ovhg": None, 14734 "ovhgseq": None, 14735 "results": None, 14736 "scd3": None, 14737 "scd5": None, 14738 "site": "CCGTKA", 14739 "size": 6, 14740 "substrat": "DNA", 14741 "suppl": (), 14742 }
14743 14744 14745 rest_dict["LlaG50I"] = _temp() 14746 14747
14748 -def _temp():
14749 return { 14750 "charac": (6, -1, None, None, "GCTCC"), 14751 "compsite": "(?=(?P<LmnI>GCTCC))|(?=(?P<LmnI_as>GGAGC))", 14752 "dna": None, 14753 "freq": 1024.0, 14754 "fst3": -1, 14755 "fst5": 6, 14756 "inact_temp": 65, 14757 "opt_temp": 37, 14758 "ovhg": 2, 14759 "ovhgseq": "CN", 14760 "results": None, 14761 "scd3": None, 14762 "scd5": None, 14763 "site": "GCTCC", 14764 "size": 5, 14765 "substrat": "DNA", 14766 "suppl": ("I",), 14767 }
14768 14769 14770 rest_dict["LmnI"] = _temp() 14771 14772
14773 -def _temp():
14774 return { 14775 "charac": (None, None, None, None, "AGCGCCG"), 14776 "compsite": "(?=(?P<Lmo370I>AGCGCCG))|(?=(?P<Lmo370I_as>CGGCGCT))", 14777 "dna": None, 14778 "freq": 16384.0, 14779 "fst3": None, 14780 "fst5": None, 14781 "inact_temp": 65, 14782 "opt_temp": 37, 14783 "ovhg": None, 14784 "ovhgseq": None, 14785 "results": None, 14786 "scd3": None, 14787 "scd5": None, 14788 "site": "AGCGCCG", 14789 "size": 7, 14790 "substrat": "DNA", 14791 "suppl": (), 14792 }
14793 14794 14795 rest_dict["Lmo370I"] = _temp() 14796 14797
14798 -def _temp():
14799 return { 14800 "charac": (None, None, None, None, "TAGRAG"), 14801 "compsite": "(?=(?P<Lmo911II>TAG[AG]AG))|(?=(?P<Lmo911II_as>CT[CT]CTA))", 14802 "dna": None, 14803 "freq": 2048.0, 14804 "fst3": None, 14805 "fst5": None, 14806 "inact_temp": 65, 14807 "opt_temp": 37, 14808 "ovhg": None, 14809 "ovhgseq": None, 14810 "results": None, 14811 "scd3": None, 14812 "scd5": None, 14813 "site": "TAGRAG", 14814 "size": 6, 14815 "substrat": "DNA", 14816 "suppl": (), 14817 }
14818 14819 14820 rest_dict["Lmo911II"] = _temp() 14821 14822
14823 -def _temp():
14824 return { 14825 "charac": (None, None, None, None, "AGGRAG"), 14826 "compsite": "(?=(?P<Lpl1004II>AGG[AG]AG))|(?=(?P<Lpl1004II_as>CT[CT]CCT))", 14827 "dna": None, 14828 "freq": 2048.0, 14829 "fst3": None, 14830 "fst5": None, 14831 "inact_temp": 65, 14832 "opt_temp": 37, 14833 "ovhg": None, 14834 "ovhgseq": None, 14835 "results": None, 14836 "scd3": None, 14837 "scd5": None, 14838 "site": "AGGRAG", 14839 "size": 6, 14840 "substrat": "DNA", 14841 "suppl": (), 14842 }
14843 14844 14845 rest_dict["Lpl1004II"] = _temp() 14846 14847
14848 -def _temp():
14849 return { 14850 "charac": (3, -3, None, None, "RGCGCY"), 14851 "compsite": "(?=(?P<LpnI>[AG]GCGC[CT]))", 14852 "dna": None, 14853 "freq": 1024.0, 14854 "fst3": -3, 14855 "fst5": 3, 14856 "inact_temp": 65, 14857 "opt_temp": 37, 14858 "ovhg": 0, 14859 "ovhgseq": "", 14860 "results": None, 14861 "scd3": None, 14862 "scd5": None, 14863 "site": "RGCGCY", 14864 "size": 6, 14865 "substrat": "DNA", 14866 "suppl": (), 14867 }
14868 14869 14870 rest_dict["LpnI"] = _temp() 14871 14872
14873 -def _temp():
14874 return { 14875 "charac": (14, 14, None, None, "CCDG"), 14876 "compsite": "(?=(?P<LpnPI>CC[AGT]G))|(?=(?P<LpnPI_as>C[ACT]GG))", 14877 "dna": None, 14878 "freq": 85.33333333333333, 14879 "fst3": 14, 14880 "fst5": 14, 14881 "inact_temp": 65, 14882 "opt_temp": 37, 14883 "ovhg": -4, 14884 "ovhgseq": "NNNN", 14885 "results": None, 14886 "scd3": None, 14887 "scd5": None, 14888 "site": "CCDG", 14889 "size": 4, 14890 "substrat": "DNA", 14891 "suppl": ("N",), 14892 }
14893 14894 14895 rest_dict["LpnPI"] = _temp() 14896 14897
14898 -def _temp():
14899 return { 14900 "charac": (None, None, None, None, "GTTCNAG"), 14901 "compsite": "(?=(?P<Lra68I>GTTC.AG))|(?=(?P<Lra68I_as>CT.GAAC))", 14902 "dna": None, 14903 "freq": 4096.0, 14904 "fst3": None, 14905 "fst5": None, 14906 "inact_temp": 65, 14907 "opt_temp": 37, 14908 "ovhg": None, 14909 "ovhgseq": None, 14910 "results": None, 14911 "scd3": None, 14912 "scd5": None, 14913 "site": "GTTCNAG", 14914 "size": 7, 14915 "substrat": "DNA", 14916 "suppl": (), 14917 }
14918 14919 14920 rest_dict["Lra68I"] = _temp() 14921 14922
14923 -def _temp():
14924 return { 14925 "charac": (None, None, None, None, "TGGAAT"), 14926 "compsite": "(?=(?P<LsaDS4I>TGGAAT))|(?=(?P<LsaDS4I_as>ATTCCA))", 14927 "dna": None, 14928 "freq": 4096.0, 14929 "fst3": None, 14930 "fst5": None, 14931 "inact_temp": 65, 14932 "opt_temp": 37, 14933 "ovhg": None, 14934 "ovhgseq": None, 14935 "results": None, 14936 "scd3": None, 14937 "scd5": None, 14938 "site": "TGGAAT", 14939 "size": 6, 14940 "substrat": "DNA", 14941 "suppl": (), 14942 }
14943 14944 14945 rest_dict["LsaDS4I"] = _temp() 14946 14947
14948 -def _temp():
14949 return { 14950 "charac": (13, 12, None, None, "GCAGC"), 14951 "compsite": "(?=(?P<Lsp1109I>GCAGC))|(?=(?P<Lsp1109I_as>GCTGC))", 14952 "dna": None, 14953 "freq": 1024.0, 14954 "fst3": 12, 14955 "fst5": 13, 14956 "inact_temp": 65, 14957 "opt_temp": 37, 14958 "ovhg": -4, 14959 "ovhgseq": "NNNN", 14960 "results": None, 14961 "scd3": None, 14962 "scd5": None, 14963 "site": "GCAGC", 14964 "size": 5, 14965 "substrat": "DNA", 14966 "suppl": ("B",), 14967 }
14968 14969 14970 rest_dict["Lsp1109I"] = _temp() 14971 14972
14973 -def _temp():
14974 return { 14975 "charac": (None, None, None, None, "AGCACC"), 14976 "compsite": "(?=(?P<Lsp48III>AGCACC))|(?=(?P<Lsp48III_as>GGTGCT))", 14977 "dna": None, 14978 "freq": 4096.0, 14979 "fst3": None, 14980 "fst5": None, 14981 "inact_temp": 65, 14982 "opt_temp": 37, 14983 "ovhg": None, 14984 "ovhgseq": None, 14985 "results": None, 14986 "scd3": None, 14987 "scd5": None, 14988 "site": "AGCACC", 14989 "size": 6, 14990 "substrat": "DNA", 14991 "suppl": (), 14992 }
14993 14994 14995 rest_dict["Lsp48III"] = _temp() 14996 14997
14998 -def _temp():
14999 return { 15000 "charac": (None, None, None, None, "CRAGCAC"), 15001 "compsite": "(?=(?P<Lsp6406VI>C[AG]AGCAC))|(?=(?P<Lsp6406VI_as>GTGCT[CT]G))", 15002 "dna": None, 15003 "freq": 8192.0, 15004 "fst3": None, 15005 "fst5": None, 15006 "inact_temp": 65, 15007 "opt_temp": 37, 15008 "ovhg": None, 15009 "ovhgseq": None, 15010 "results": None, 15011 "scd3": None, 15012 "scd5": None, 15013 "site": "CRAGCAC", 15014 "size": 7, 15015 "substrat": "DNA", 15016 "suppl": (), 15017 }
15018 15019 15020 rest_dict["Lsp6406VI"] = _temp() 15021 15022
15023 -def _temp():
15024 return { 15025 "charac": (10, 9, None, None, "GCATC"), 15026 "compsite": "(?=(?P<LweI>GCATC))|(?=(?P<LweI_as>GATGC))", 15027 "dna": None, 15028 "freq": 1024.0, 15029 "fst3": 9, 15030 "fst5": 10, 15031 "inact_temp": 65, 15032 "opt_temp": 37, 15033 "ovhg": -4, 15034 "ovhgseq": "NNNN", 15035 "results": None, 15036 "scd3": None, 15037 "scd5": None, 15038 "site": "GCATC", 15039 "size": 5, 15040 "substrat": "DNA", 15041 "suppl": ("B",), 15042 }
15043 15044 15045 rest_dict["LweI"] = _temp() 15046 15047
15048 -def _temp():
15049 return { 15050 "charac": (1, -1, None, None, "ACCWGGT"), 15051 "compsite": "(?=(?P<MabI>ACC[AT]GGT))", 15052 "dna": None, 15053 "freq": 8192.0, 15054 "fst3": -1, 15055 "fst5": 1, 15056 "inact_temp": 65, 15057 "opt_temp": 37, 15058 "ovhg": -5, 15059 "ovhgseq": "CCWGG", 15060 "results": None, 15061 "scd3": None, 15062 "scd5": None, 15063 "site": "ACCWGGT", 15064 "size": 7, 15065 "substrat": "DNA", 15066 "suppl": ("I",), 15067 }
15068 15069 15070 rest_dict["MabI"] = _temp() 15071 15072
15073 -def _temp():
15074 return { 15075 "charac": (1, -1, None, None, "CTAG"), 15076 "compsite": "(?=(?P<MaeI>CTAG))", 15077 "dna": None, 15078 "freq": 256.0, 15079 "fst3": -1, 15080 "fst5": 1, 15081 "inact_temp": 65, 15082 "opt_temp": 37, 15083 "ovhg": -2, 15084 "ovhgseq": "TA", 15085 "results": None, 15086 "scd3": None, 15087 "scd5": None, 15088 "site": "CTAG", 15089 "size": 4, 15090 "substrat": "DNA", 15091 "suppl": ("M",), 15092 }
15093 15094 15095 rest_dict["MaeI"] = _temp() 15096 15097
15098 -def _temp():
15099 return { 15100 "charac": (1, -1, None, None, "ACGT"), 15101 "compsite": "(?=(?P<MaeII>ACGT))", 15102 "dna": None, 15103 "freq": 256.0, 15104 "fst3": -1, 15105 "fst5": 1, 15106 "inact_temp": 65, 15107 "opt_temp": 37, 15108 "ovhg": -2, 15109 "ovhgseq": "CG", 15110 "results": None, 15111 "scd3": None, 15112 "scd5": None, 15113 "site": "ACGT", 15114 "size": 4, 15115 "substrat": "DNA", 15116 "suppl": ("M",), 15117 }
15118 15119 15120 rest_dict["MaeII"] = _temp() 15121 15122
15123 -def _temp():
15124 return { 15125 "charac": (0, 0, None, None, "GTNAC"), 15126 "compsite": "(?=(?P<MaeIII>GT.AC))", 15127 "dna": None, 15128 "freq": 256.0, 15129 "fst3": 0, 15130 "fst5": 0, 15131 "inact_temp": 65, 15132 "opt_temp": 37, 15133 "ovhg": -5, 15134 "ovhgseq": "GTNAC", 15135 "results": None, 15136 "scd3": None, 15137 "scd5": None, 15138 "site": "GTNAC", 15139 "size": 5, 15140 "substrat": "DNA", 15141 "suppl": ("M", "S"), 15142 }
15143 15144 15145 rest_dict["MaeIII"] = _temp() 15146 15147
15148 -def _temp():
15149 return { 15150 "charac": (2, -2, None, None, "GATC"), 15151 "compsite": "(?=(?P<MalI>GATC))", 15152 "dna": None, 15153 "freq": 256.0, 15154 "fst3": -2, 15155 "fst5": 2, 15156 "inact_temp": 65, 15157 "opt_temp": 37, 15158 "ovhg": 0, 15159 "ovhgseq": "", 15160 "results": None, 15161 "scd3": None, 15162 "scd5": None, 15163 "site": "GATC", 15164 "size": 4, 15165 "substrat": "DNA", 15166 "suppl": ("I",), 15167 }
15168 15169 15170 rest_dict["MalI"] = _temp() 15171 15172
15173 -def _temp():
15174 return { 15175 "charac": (28, 19, None, None, "CRTTGAC"), 15176 "compsite": "(?=(?P<MaqI>C[AG]TTGAC))|(?=(?P<MaqI_as>GTCAA[CT]G))", 15177 "dna": None, 15178 "freq": 8192.0, 15179 "fst3": 19, 15180 "fst5": 28, 15181 "inact_temp": 65, 15182 "opt_temp": 37, 15183 "ovhg": 2, 15184 "ovhgseq": "NN", 15185 "results": None, 15186 "scd3": None, 15187 "scd5": None, 15188 "site": "CRTTGAC", 15189 "size": 7, 15190 "substrat": "DNA", 15191 "suppl": (), 15192 }
15193 15194 15195 rest_dict["MaqI"] = _temp() 15196 15197
15198 -def _temp():
15199 return { 15200 "charac": (2, -2, None, None, "CGCGCGCG"), 15201 "compsite": "(?=(?P<MauBI>CGCGCGCG))", 15202 "dna": None, 15203 "freq": 65536.0, 15204 "fst3": -2, 15205 "fst5": 2, 15206 "inact_temp": 65, 15207 "opt_temp": 37, 15208 "ovhg": -4, 15209 "ovhgseq": "CGCG", 15210 "results": None, 15211 "scd3": None, 15212 "scd5": None, 15213 "site": "CGCGCGCG", 15214 "size": 8, 15215 "substrat": "DNA", 15216 "suppl": ("B",), 15217 }
15218 15219 15220 rest_dict["MauBI"] = _temp() 15221 15222
15223 -def _temp():
15224 return { 15225 "charac": (None, None, None, None, "AGGCGA"), 15226 "compsite": "(?=(?P<Mba11I>AGGCGA))|(?=(?P<Mba11I_as>TCGCCT))", 15227 "dna": None, 15228 "freq": 4096.0, 15229 "fst3": None, 15230 "fst5": None, 15231 "inact_temp": 65, 15232 "opt_temp": 37, 15233 "ovhg": None, 15234 "ovhgseq": None, 15235 "results": None, 15236 "scd3": None, 15237 "scd5": None, 15238 "site": "AGGCGA", 15239 "size": 6, 15240 "substrat": "DNA", 15241 "suppl": (), 15242 }
15243 15244 15245 rest_dict["Mba11I"] = _temp() 15246 15247
15248 -def _temp():
15249 return { 15250 "charac": (3, -3, None, None, "CCGCTC"), 15251 "compsite": "(?=(?P<MbiI>CCGCTC))|(?=(?P<MbiI_as>GAGCGG))", 15252 "dna": None, 15253 "freq": 4096.0, 15254 "fst3": -3, 15255 "fst5": 3, 15256 "inact_temp": 65, 15257 "opt_temp": 37, 15258 "ovhg": 0, 15259 "ovhgseq": "", 15260 "results": None, 15261 "scd3": None, 15262 "scd5": None, 15263 "site": "CCGCTC", 15264 "size": 6, 15265 "substrat": "DNA", 15266 "suppl": ("B",), 15267 }
15268 15269 15270 rest_dict["MbiI"] = _temp() 15271 15272
15273 -def _temp():
15274 return { 15275 "charac": (0, 0, None, None, "GATC"), 15276 "compsite": "(?=(?P<MboI>GATC))", 15277 "dna": None, 15278 "freq": 256.0, 15279 "fst3": 0, 15280 "fst5": 0, 15281 "inact_temp": 65, 15282 "opt_temp": 37, 15283 "ovhg": -4, 15284 "ovhgseq": "GATC", 15285 "results": None, 15286 "scd3": None, 15287 "scd5": None, 15288 "site": "GATC", 15289 "size": 4, 15290 "substrat": "DNA", 15291 "suppl": ("B", "C", "K", "N", "Q", "R", "X", "Y"), 15292 }
15293 15294 15295 rest_dict["MboI"] = _temp() 15296 15297
15298 -def _temp():
15299 return { 15300 "charac": (13, 7, None, None, "GAAGA"), 15301 "compsite": "(?=(?P<MboII>GAAGA))|(?=(?P<MboII_as>TCTTC))", 15302 "dna": None, 15303 "freq": 1024.0, 15304 "fst3": 7, 15305 "fst5": 13, 15306 "inact_temp": 65, 15307 "opt_temp": 37, 15308 "ovhg": 1, 15309 "ovhgseq": "N", 15310 "results": None, 15311 "scd3": None, 15312 "scd5": None, 15313 "site": "GAAGA", 15314 "size": 5, 15315 "substrat": "DNA", 15316 "suppl": ("B", "I", "J", "K", "N", "Q", "R", "V", "X"), 15317 }
15318 15319 15320 rest_dict["MboII"] = _temp() 15321 15322
15323 -def _temp():
15324 return { 15325 "charac": (4, -4, None, None, "GCGCGC"), 15326 "compsite": "(?=(?P<McaTI>GCGCGC))", 15327 "dna": None, 15328 "freq": 4096.0, 15329 "fst3": -4, 15330 "fst5": 4, 15331 "inact_temp": 65, 15332 "opt_temp": 37, 15333 "ovhg": 2, 15334 "ovhgseq": "GC", 15335 "results": None, 15336 "scd3": None, 15337 "scd5": None, 15338 "site": "GCGCGC", 15339 "size": 6, 15340 "substrat": "DNA", 15341 "suppl": (), 15342 }
15343 15344 15345 rest_dict["McaTI"] = _temp() 15346 15347
15348 -def _temp():
15349 return { 15350 "charac": (None, None, None, None, "GAAGNNNNNCTC"), 15351 "compsite": "(?=(?P<Mcr10I>GAAG.....CTC))|(?=(?P<Mcr10I_as>GAG.....CTTC))", 15352 "dna": None, 15353 "freq": 16384.0, 15354 "fst3": None, 15355 "fst5": None, 15356 "inact_temp": 65, 15357 "opt_temp": 37, 15358 "ovhg": None, 15359 "ovhgseq": None, 15360 "results": None, 15361 "scd3": None, 15362 "scd5": None, 15363 "site": "GAAGNNNNNCTC", 15364 "size": 12, 15365 "substrat": "DNA", 15366 "suppl": (), 15367 }
15368 15369 15370 rest_dict["Mcr10I"] = _temp() 15371 15372
15373 -def _temp():
15374 return { 15375 "charac": (4, -4, None, None, "CGRYCG"), 15376 "compsite": "(?=(?P<McrI>CG[AG][CT]CG))", 15377 "dna": None, 15378 "freq": 1024.0, 15379 "fst3": -4, 15380 "fst5": 4, 15381 "inact_temp": 65, 15382 "opt_temp": 37, 15383 "ovhg": 2, 15384 "ovhgseq": "RY", 15385 "results": None, 15386 "scd3": None, 15387 "scd5": None, 15388 "site": "CGRYCG", 15389 "size": 6, 15390 "substrat": "DNA", 15391 "suppl": (), 15392 }
15393 15394 15395 rest_dict["McrI"] = _temp() 15396 15397
15398 -def _temp():
15399 return { 15400 "charac": (1, -1, None, None, "CAATTG"), 15401 "compsite": "(?=(?P<MfeI>CAATTG))", 15402 "dna": None, 15403 "freq": 4096.0, 15404 "fst3": -1, 15405 "fst5": 1, 15406 "inact_temp": 65, 15407 "opt_temp": 37, 15408 "ovhg": -4, 15409 "ovhgseq": "AATT", 15410 "results": None, 15411 "scd3": None, 15412 "scd5": None, 15413 "site": "CAATTG", 15414 "size": 6, 15415 "substrat": "DNA", 15416 "suppl": ("I", "N"), 15417 }
15418 15419 15420 rest_dict["MfeI"] = _temp() 15421 15422
15423 -def _temp():
15424 return { 15425 "charac": (1, -1, None, None, "RGATCY"), 15426 "compsite": "(?=(?P<MflI>[AG]GATC[CT]))", 15427 "dna": None, 15428 "freq": 1024.0, 15429 "fst3": -1, 15430 "fst5": 1, 15431 "inact_temp": 65, 15432 "opt_temp": 37, 15433 "ovhg": -4, 15434 "ovhgseq": "GATC", 15435 "results": None, 15436 "scd3": None, 15437 "scd5": None, 15438 "site": "RGATCY", 15439 "size": 6, 15440 "substrat": "DNA", 15441 "suppl": ("K",), 15442 }
15443 15444 15445 rest_dict["MflI"] = _temp() 15446 15447
15448 -def _temp():
15449 return { 15450 "charac": (5, -5, None, None, "GDGCHC"), 15451 "compsite": "(?=(?P<MhlI>G[AGT]GC[ACT]C))", 15452 "dna": None, 15453 "freq": 455.1111111111111, 15454 "fst3": -5, 15455 "fst5": 5, 15456 "inact_temp": 65, 15457 "opt_temp": 37, 15458 "ovhg": 4, 15459 "ovhgseq": "DGCH", 15460 "results": None, 15461 "scd3": None, 15462 "scd5": None, 15463 "site": "GDGCHC", 15464 "size": 6, 15465 "substrat": "DNA", 15466 "suppl": ("I", "V"), 15467 }
15468 15469 15470 rest_dict["MhlI"] = _temp() 15471 15472
15473 -def _temp():
15474 return { 15475 "charac": (None, None, None, None, "GTNNAC"), 15476 "compsite": "(?=(?P<MjaIV>GT..AC))", 15477 "dna": None, 15478 "freq": 256.0, 15479 "fst3": None, 15480 "fst5": None, 15481 "inact_temp": 65, 15482 "opt_temp": 37, 15483 "ovhg": None, 15484 "ovhgseq": None, 15485 "results": None, 15486 "scd3": None, 15487 "scd5": None, 15488 "site": "GTNNAC", 15489 "size": 6, 15490 "substrat": "DNA", 15491 "suppl": (), 15492 }
15493 15494 15495 rest_dict["MjaIV"] = _temp() 15496 15497
15498 -def _temp():
15499 return { 15500 "charac": (None, None, None, None, "GAGAYGT"), 15501 "compsite": "(?=(?P<MkaDII>GAGA[CT]GT))|(?=(?P<MkaDII_as>AC[AG]TCTC))", 15502 "dna": None, 15503 "freq": 8192.0, 15504 "fst3": None, 15505 "fst5": None, 15506 "inact_temp": 65, 15507 "opt_temp": 37, 15508 "ovhg": None, 15509 "ovhgseq": None, 15510 "results": None, 15511 "scd3": None, 15512 "scd5": None, 15513 "site": "GAGAYGT", 15514 "size": 7, 15515 "substrat": "DNA", 15516 "suppl": (), 15517 }
15518 15519 15520 rest_dict["MkaDII"] = _temp() 15521 15522
15523 -def _temp():
15524 return { 15525 "charac": (3, -3, None, None, "TGGCCA"), 15526 "compsite": "(?=(?P<MlsI>TGGCCA))", 15527 "dna": None, 15528 "freq": 4096.0, 15529 "fst3": -3, 15530 "fst5": 3, 15531 "inact_temp": 65, 15532 "opt_temp": 37, 15533 "ovhg": 0, 15534 "ovhgseq": "", 15535 "results": None, 15536 "scd3": None, 15537 "scd5": None, 15538 "site": "TGGCCA", 15539 "size": 6, 15540 "substrat": "DNA", 15541 "suppl": ("B",), 15542 }
15543 15544 15545 rest_dict["MlsI"] = _temp() 15546 15547
15548 -def _temp():
15549 return { 15550 "charac": (None, None, None, None, "AGCCCA"), 15551 "compsite": "(?=(?P<Mlu211III>AGCCCA))|(?=(?P<Mlu211III_as>TGGGCT))", 15552 "dna": None, 15553 "freq": 4096.0, 15554 "fst3": None, 15555 "fst5": None, 15556 "inact_temp": 65, 15557 "opt_temp": 37, 15558 "ovhg": None, 15559 "ovhgseq": None, 15560 "results": None, 15561 "scd3": None, 15562 "scd5": None, 15563 "site": "AGCCCA", 15564 "size": 6, 15565 "substrat": "DNA", 15566 "suppl": (), 15567 }
15568 15569 15570 rest_dict["Mlu211III"] = _temp() 15571 15572
15573 -def _temp():
15574 return { 15575 "charac": (0, 0, None, None, "AATT"), 15576 "compsite": "(?=(?P<MluCI>AATT))", 15577 "dna": None, 15578 "freq": 256.0, 15579 "fst3": 0, 15580 "fst5": 0, 15581 "inact_temp": 65, 15582 "opt_temp": 37, 15583 "ovhg": -4, 15584 "ovhgseq": "AATT", 15585 "results": None, 15586 "scd3": None, 15587 "scd5": None, 15588 "site": "AATT", 15589 "size": 4, 15590 "substrat": "DNA", 15591 "suppl": ("N",), 15592 }
15593 15594 15595 rest_dict["MluCI"] = _temp() 15596 15597
15598 -def _temp():
15599 return { 15600 "charac": (1, -1, None, None, "ACGCGT"), 15601 "compsite": "(?=(?P<MluI>ACGCGT))", 15602 "dna": None, 15603 "freq": 4096.0, 15604 "fst3": -1, 15605 "fst5": 1, 15606 "inact_temp": 65, 15607 "opt_temp": 37, 15608 "ovhg": -4, 15609 "ovhgseq": "CGCG", 15610 "results": None, 15611 "scd3": None, 15612 "scd5": None, 15613 "site": "ACGCGT", 15614 "size": 6, 15615 "substrat": "DNA", 15616 "suppl": ("B", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X"), 15617 }
15618 15619 15620 rest_dict["MluI"] = _temp() 15621 15622
15623 -def _temp():
15624 return { 15625 "charac": (3, -3, None, None, "TGGCCA"), 15626 "compsite": "(?=(?P<MluNI>TGGCCA))", 15627 "dna": None, 15628 "freq": 4096.0, 15629 "fst3": -3, 15630 "fst5": 3, 15631 "inact_temp": 65, 15632 "opt_temp": 37, 15633 "ovhg": 0, 15634 "ovhgseq": "", 15635 "results": None, 15636 "scd3": None, 15637 "scd5": None, 15638 "site": "TGGCCA", 15639 "size": 6, 15640 "substrat": "DNA", 15641 "suppl": ("M",), 15642 }
15643 15644 15645 rest_dict["MluNI"] = _temp() 15646 15647
15648 -def _temp():
15649 return { 15650 "charac": (2, -2, None, None, "GGCGCC"), 15651 "compsite": "(?=(?P<Mly113I>GGCGCC))", 15652 "dna": None, 15653 "freq": 4096.0, 15654 "fst3": -2, 15655 "fst5": 2, 15656 "inact_temp": 65, 15657 "opt_temp": 37, 15658 "ovhg": -2, 15659 "ovhgseq": "CG", 15660 "results": None, 15661 "scd3": None, 15662 "scd5": None, 15663 "site": "GGCGCC", 15664 "size": 6, 15665 "substrat": "DNA", 15666 "suppl": ("I",), 15667 }
15668 15669 15670 rest_dict["Mly113I"] = _temp() 15671 15672
15673 -def _temp():
15674 return { 15675 "charac": (10, 5, None, None, "GAGTC"), 15676 "compsite": "(?=(?P<MlyI>GAGTC))|(?=(?P<MlyI_as>GACTC))", 15677 "dna": None, 15678 "freq": 1024.0, 15679 "fst3": 5, 15680 "fst5": 10, 15681 "inact_temp": 65, 15682 "opt_temp": 37, 15683 "ovhg": 0, 15684 "ovhgseq": "", 15685 "results": None, 15686 "scd3": None, 15687 "scd5": None, 15688 "site": "GAGTC", 15689 "size": 5, 15690 "substrat": "DNA", 15691 "suppl": ("N",), 15692 }
15693 15694 15695 rest_dict["MlyI"] = _temp() 15696 15697
15698 -def _temp():
15699 return { 15700 "charac": (26, 18, None, None, "TCCRAC"), 15701 "compsite": "(?=(?P<MmeI>TCC[AG]AC))|(?=(?P<MmeI_as>GT[CT]GGA))", 15702 "dna": None, 15703 "freq": 2048.0, 15704 "fst3": 18, 15705 "fst5": 26, 15706 "inact_temp": 65, 15707 "opt_temp": 37, 15708 "ovhg": 2, 15709 "ovhgseq": "NN", 15710 "results": None, 15711 "scd3": None, 15712 "scd5": None, 15713 "site": "TCCRAC", 15714 "size": 6, 15715 "substrat": "DNA", 15716 "suppl": ("N", "X"), 15717 }
15718 15719 15720 rest_dict["MmeI"] = _temp() 15721 15722
15723 -def _temp():
15724 return { 15725 "charac": (11, 6, None, None, "CCTC"), 15726 "compsite": "(?=(?P<MnlI>CCTC))|(?=(?P<MnlI_as>GAGG))", 15727 "dna": None, 15728 "freq": 256.0, 15729 "fst3": 6, 15730 "fst5": 11, 15731 "inact_temp": 65, 15732 "opt_temp": 37, 15733 "ovhg": 1, 15734 "ovhgseq": "N", 15735 "results": None, 15736 "scd3": None, 15737 "scd5": None, 15738 "site": "CCTC", 15739 "size": 4, 15740 "substrat": "DNA", 15741 "suppl": ("B", "I", "N", "Q", "V", "X"), 15742 }
15743 15744 15745 rest_dict["MnlI"] = _temp() 15746 15747
15748 -def _temp():
15749 return { 15750 "charac": (3, -3, None, None, "TGGCCA"), 15751 "compsite": "(?=(?P<Mox20I>TGGCCA))", 15752 "dna": None, 15753 "freq": 4096.0, 15754 "fst3": -3, 15755 "fst5": 3, 15756 "inact_temp": 65, 15757 "opt_temp": 37, 15758 "ovhg": 0, 15759 "ovhgseq": "", 15760 "results": None, 15761 "scd3": None, 15762 "scd5": None, 15763 "site": "TGGCCA", 15764 "size": 6, 15765 "substrat": "DNA", 15766 "suppl": ("I",), 15767 }
15768 15769 15770 rest_dict["Mox20I"] = _temp() 15771 15772
15773 -def _temp():
15774 return { 15775 "charac": (5, -5, None, None, "ATGCAT"), 15776 "compsite": "(?=(?P<Mph1103I>ATGCAT))", 15777 "dna": None, 15778 "freq": 4096.0, 15779 "fst3": -5, 15780 "fst5": 5, 15781 "inact_temp": 65, 15782 "opt_temp": 37, 15783 "ovhg": 4, 15784 "ovhgseq": "TGCA", 15785 "results": None, 15786 "scd3": None, 15787 "scd5": None, 15788 "site": "ATGCAT", 15789 "size": 6, 15790 "substrat": "DNA", 15791 "suppl": ("B",), 15792 }
15793 15794 15795 rest_dict["Mph1103I"] = _temp() 15796 15797
15798 -def _temp():
15799 return { 15800 "charac": (2, -2, None, None, "CGCCGGCG"), 15801 "compsite": "(?=(?P<MreI>CGCCGGCG))", 15802 "dna": None, 15803 "freq": 65536.0, 15804 "fst3": -2, 15805 "fst5": 2, 15806 "inact_temp": 65, 15807 "opt_temp": 37, 15808 "ovhg": -4, 15809 "ovhgseq": "CCGG", 15810 "results": None, 15811 "scd3": None, 15812 "scd5": None, 15813 "site": "CGCCGGCG", 15814 "size": 8, 15815 "substrat": "DNA", 15816 "suppl": ("B",), 15817 }
15818 15819 15820 rest_dict["MreI"] = _temp() 15821 15822
15823 -def _temp():
15824 return { 15825 "charac": (1, -1, None, None, "TCCGGA"), 15826 "compsite": "(?=(?P<MroI>TCCGGA))", 15827 "dna": None, 15828 "freq": 4096.0, 15829 "fst3": -1, 15830 "fst5": 1, 15831 "inact_temp": 65, 15832 "opt_temp": 37, 15833 "ovhg": -4, 15834 "ovhgseq": "CCGG", 15835 "results": None, 15836 "scd3": None, 15837 "scd5": None, 15838 "site": "TCCGGA", 15839 "size": 6, 15840 "substrat": "DNA", 15841 "suppl": ("M", "O"), 15842 }
15843 15844 15845 rest_dict["MroI"] = _temp() 15846 15847
15848 -def _temp():
15849 return { 15850 "charac": (1, -1, None, None, "GCCGGC"), 15851 "compsite": "(?=(?P<MroNI>GCCGGC))", 15852 "dna": None, 15853 "freq": 4096.0, 15854 "fst3": -1, 15855 "fst5": 1, 15856 "inact_temp": 65, 15857 "opt_temp": 37, 15858 "ovhg": -4, 15859 "ovhgseq": "CCGG", 15860 "results": None, 15861 "scd3": None, 15862 "scd5": None, 15863 "site": "GCCGGC", 15864 "size": 6, 15865 "substrat": "DNA", 15866 "suppl": ("I", "V"), 15867 }
15868 15869 15870 rest_dict["MroNI"] = _temp() 15871 15872
15873 -def _temp():
15874 return { 15875 "charac": (5, -5, None, None, "GAANNNNTTC"), 15876 "compsite": "(?=(?P<MroXI>GAA....TTC))", 15877 "dna": None, 15878 "freq": 4096.0, 15879 "fst3": -5, 15880 "fst5": 5, 15881 "inact_temp": 65, 15882 "opt_temp": 37, 15883 "ovhg": 0, 15884 "ovhgseq": "", 15885 "results": None, 15886 "scd3": None, 15887 "scd5": None, 15888 "site": "GAANNNNTTC", 15889 "size": 10, 15890 "substrat": "DNA", 15891 "suppl": ("I", "V"), 15892 }
15893 15894 15895 rest_dict["MroXI"] = _temp() 15896 15897
15898 -def _temp():
15899 return { 15900 "charac": (3, -3, None, None, "TGGCCA"), 15901 "compsite": "(?=(?P<MscI>TGGCCA))", 15902 "dna": None, 15903 "freq": 4096.0, 15904 "fst3": -3, 15905 "fst5": 3, 15906 "inact_temp": 65, 15907 "opt_temp": 37, 15908 "ovhg": 0, 15909 "ovhgseq": "", 15910 "results": None, 15911 "scd3": None, 15912 "scd5": None, 15913 "site": "TGGCCA", 15914 "size": 6, 15915 "substrat": "DNA", 15916 "suppl": ("N", "O"), 15917 }
15918 15919 15920 rest_dict["MscI"] = _temp() 15921 15922
15923 -def _temp():
15924 return { 15925 "charac": (1, -1, None, None, "TTAA"), 15926 "compsite": "(?=(?P<MseI>TTAA))", 15927 "dna": None, 15928 "freq": 256.0, 15929 "fst3": -1, 15930 "fst5": 1, 15931 "inact_temp": 65, 15932 "opt_temp": 37, 15933 "ovhg": -2, 15934 "ovhgseq": "TA", 15935 "results": None, 15936 "scd3": None, 15937 "scd5": None, 15938 "site": "TTAA", 15939 "size": 4, 15940 "substrat": "DNA", 15941 "suppl": ("N",), 15942 }
15943 15944 15945 rest_dict["MseI"] = _temp() 15946 15947
15948 -def _temp():
15949 return { 15950 "charac": (5, -5, None, None, "CAYNNNNRTG"), 15951 "compsite": "(?=(?P<MslI>CA[CT]....[AG]TG))", 15952 "dna": None, 15953 "freq": 1024.0, 15954 "fst3": -5, 15955 "fst5": 5, 15956 "inact_temp": 65, 15957 "opt_temp": 37, 15958 "ovhg": 0, 15959 "ovhgseq": "", 15960 "results": None, 15961 "scd3": None, 15962 "scd5": None, 15963 "site": "CAYNNNNRTG", 15964 "size": 10, 15965 "substrat": "DNA", 15966 "suppl": ("N",), 15967 }
15968 15969 15970 rest_dict["MslI"] = _temp() 15971 15972
15973 -def _temp():
15974 return { 15975 "charac": (3, -3, None, None, "TGGCCA"), 15976 "compsite": "(?=(?P<Msp20I>TGGCCA))", 15977 "dna": None, 15978 "freq": 4096.0, 15979 "fst3": -3, 15980 "fst5": 3, 15981 "inact_temp": 65, 15982 "opt_temp": 37, 15983 "ovhg": 0, 15984 "ovhgseq": "", 15985 "results": None, 15986 "scd3": None, 15987 "scd5": None, 15988 "site": "TGGCCA", 15989 "size": 6, 15990 "substrat": "DNA", 15991 "suppl": ("V",), 15992 }
15993 15994 15995 rest_dict["Msp20I"] = _temp() 15996 15997
15998 -def _temp():
15999 return { 16000 "charac": (3, -3, None, None, "CMGCKG"), 16001 "compsite": "(?=(?P<MspA1I>C[AC]GC[GT]G))", 16002 "dna": None, 16003 "freq": 1024.0, 16004 "fst3": -3, 16005 "fst5": 3, 16006 "inact_temp": 65, 16007 "opt_temp": 37, 16008 "ovhg": 0, 16009 "ovhgseq": "", 16010 "results": None, 16011 "scd3": None, 16012 "scd5": None, 16013 "site": "CMGCKG", 16014 "size": 6, 16015 "substrat": "DNA", 16016 "suppl": ("I", "N", "R", "V"), 16017 }
16018 16019 16020 rest_dict["MspA1I"] = _temp() 16021 16022
16023 -def _temp():
16024 return { 16025 "charac": (1, -1, None, None, "CTTAAG"), 16026 "compsite": "(?=(?P<MspCI>CTTAAG))", 16027 "dna": None, 16028 "freq": 4096.0, 16029 "fst3": -1, 16030 "fst5": 1, 16031 "inact_temp": 65, 16032 "opt_temp": 37, 16033 "ovhg": -4, 16034 "ovhgseq": "TTAA", 16035 "results": None, 16036 "scd3": None, 16037 "scd5": None, 16038 "site": "CTTAAG", 16039 "size": 6, 16040 "substrat": "DNA", 16041 "suppl": ("C",), 16042 }
16043 16044 16045 rest_dict["MspCI"] = _temp() 16046 16047
16048 -def _temp():
16049 return { 16050 "charac": (5, -5, None, None, "GCCGGC"), 16051 "compsite": "(?=(?P<MspGI>GCCGGC))", 16052 "dna": None, 16053 "freq": 4096.0, 16054 "fst3": -5, 16055 "fst5": 5, 16056 "inact_temp": 65, 16057 "opt_temp": 37, 16058 "ovhg": 4, 16059 "ovhgseq": "CCGG", 16060 "results": None, 16061 "scd3": None, 16062 "scd5": None, 16063 "site": "GCCGGC", 16064 "size": 6, 16065 "substrat": "DNA", 16066 "suppl": (), 16067 }
16068 16069 16070 rest_dict["MspGI"] = _temp() 16071 16072
16073 -def _temp():
16074 return { 16075 "charac": (1, -1, None, None, "CCGG"), 16076 "compsite": "(?=(?P<MspI>CCGG))", 16077 "dna": None, 16078 "freq": 256.0, 16079 "fst3": -1, 16080 "fst5": 1, 16081 "inact_temp": 65, 16082 "opt_temp": 37, 16083 "ovhg": -2, 16084 "ovhgseq": "CG", 16085 "results": None, 16086 "scd3": None, 16087 "scd5": None, 16088 "site": "CCGG", 16089 "size": 4, 16090 "substrat": "DNA", 16091 "suppl": ("B", "I", "J", "K", "N", "Q", "R", "V", "X"), 16092 }
16093 16094 16095 rest_dict["MspI"] = _temp() 16096 16097
16098 -def _temp():
16099 return { 16100 "charac": (None, None, None, None, "ACGRAG"), 16101 "compsite": "(?=(?P<MspI7II>ACG[AG]AG))|(?=(?P<MspI7II_as>CT[CT]CGT))", 16102 "dna": None, 16103 "freq": 2048.0, 16104 "fst3": None, 16105 "fst5": None, 16106 "inact_temp": 65, 16107 "opt_temp": 37, 16108 "ovhg": None, 16109 "ovhgseq": None, 16110 "results": None, 16111 "scd3": None, 16112 "scd5": None, 16113 "site": "ACGRAG", 16114 "size": 6, 16115 "substrat": "DNA", 16116 "suppl": (), 16117 }
16118 16119 16120 rest_dict["MspI7II"] = _temp() 16121 16122
16123 -def _temp():
16124 return { 16125 "charac": (None, None, None, None, "GCMGAAG"), 16126 "compsite": "(?=(?P<MspI7IV>GC[AC]GAAG))|(?=(?P<MspI7IV_as>CTTC[GT]GC))", 16127 "dna": None, 16128 "freq": 8192.0, 16129 "fst3": None, 16130 "fst5": None, 16131 "inact_temp": 65, 16132 "opt_temp": 37, 16133 "ovhg": None, 16134 "ovhgseq": None, 16135 "results": None, 16136 "scd3": None, 16137 "scd5": None, 16138 "site": "GCMGAAG", 16139 "size": 7, 16140 "substrat": "DNA", 16141 "suppl": (), 16142 }
16143 16144 16145 rest_dict["MspI7IV"] = _temp() 16146 16147
16148 -def _temp():
16149 return { 16150 "charac": (13, 13, None, None, "CNNR"), 16151 "compsite": "(?=(?P<MspJI>C..[AG]))|(?=(?P<MspJI_as>[CT]..G))", 16152 "dna": None, 16153 "freq": 8.0, 16154 "fst3": 13, 16155 "fst5": 13, 16156 "inact_temp": 65, 16157 "opt_temp": 37, 16158 "ovhg": -4, 16159 "ovhgseq": "NNNN", 16160 "results": None, 16161 "scd3": None, 16162 "scd5": None, 16163 "site": "CNNR", 16164 "size": 4, 16165 "substrat": "DNA", 16166 "suppl": ("N",), 16167 }
16168 16169 16170 rest_dict["MspJI"] = _temp() 16171 16172
16173 -def _temp():
16174 return { 16175 "charac": (2, -2, None, None, "CCNGG"), 16176 "compsite": "(?=(?P<MspR9I>CC.GG))", 16177 "dna": None, 16178 "freq": 256.0, 16179 "fst3": -2, 16180 "fst5": 2, 16181 "inact_temp": 65, 16182 "opt_temp": 37, 16183 "ovhg": -1, 16184 "ovhgseq": "N", 16185 "results": None, 16186 "scd3": None, 16187 "scd5": None, 16188 "site": "CCNGG", 16189 "size": 5, 16190 "substrat": "DNA", 16191 "suppl": ("I",), 16192 }
16193 16194 16195 rest_dict["MspR9I"] = _temp() 16196 16197
16198 -def _temp():
16199 return { 16200 "charac": (None, None, None, None, "CCGCGAC"), 16201 "compsite": "(?=(?P<MspSC27II>CCGCGAC))|(?=(?P<MspSC27II_as>GTCGCGG))", 16202 "dna": None, 16203 "freq": 16384.0, 16204 "fst3": None, 16205 "fst5": None, 16206 "inact_temp": 65, 16207 "opt_temp": 37, 16208 "ovhg": None, 16209 "ovhgseq": None, 16210 "results": None, 16211 "scd3": None, 16212 "scd5": None, 16213 "site": "CCGCGAC", 16214 "size": 7, 16215 "substrat": "DNA", 16216 "suppl": (), 16217 }
16218 16219 16220 rest_dict["MspSC27II"] = _temp() 16221 16222
16223 -def _temp():
16224 return { 16225 "charac": (4, -4, None, None, "GTTTAAAC"), 16226 "compsite": "(?=(?P<MssI>GTTTAAAC))", 16227 "dna": None, 16228 "freq": 65536.0, 16229 "fst3": -4, 16230 "fst5": 4, 16231 "inact_temp": 65, 16232 "opt_temp": 37, 16233 "ovhg": 0, 16234 "ovhgseq": "", 16235 "results": None, 16236 "scd3": None, 16237 "scd5": None, 16238 "site": "GTTTAAAC", 16239 "size": 8, 16240 "substrat": "DNA", 16241 "suppl": ("B",), 16242 }
16243 16244 16245 rest_dict["MssI"] = _temp() 16246 16247
16248 -def _temp():
16249 return { 16250 "charac": (3, -3, None, None, "TGCGCA"), 16251 "compsite": "(?=(?P<MstI>TGCGCA))", 16252 "dna": None, 16253 "freq": 4096.0, 16254 "fst3": -3, 16255 "fst5": 3, 16256 "inact_temp": 65, 16257 "opt_temp": 37, 16258 "ovhg": 0, 16259 "ovhgseq": "", 16260 "results": None, 16261 "scd3": None, 16262 "scd5": None, 16263 "site": "TGCGCA", 16264 "size": 6, 16265 "substrat": "DNA", 16266 "suppl": (), 16267 }
16268 16269 16270 rest_dict["MstI"] = _temp() 16271 16272
16273 -def _temp():
16274 return { 16275 "charac": (4, -4, None, None, "GCGCNGCGC"), 16276 "compsite": "(?=(?P<MteI>GCGC.GCGC))", 16277 "dna": None, 16278 "freq": 65536.0, 16279 "fst3": -4, 16280 "fst5": 4, 16281 "inact_temp": 65, 16282 "opt_temp": 37, 16283 "ovhg": -1, 16284 "ovhgseq": "N", 16285 "results": None, 16286 "scd3": None, 16287 "scd5": None, 16288 "site": "GCGCNGCGC", 16289 "size": 9, 16290 "substrat": "DNA", 16291 "suppl": ("I",), 16292 }
16293 16294 16295 rest_dict["MteI"] = _temp() 16296 16297
16298 -def _temp():
16299 return { 16300 "charac": (None, None, None, None, "CACGCAG"), 16301 "compsite": "(?=(?P<MtuHN878II>CACGCAG))|(?=(?P<MtuHN878II_as>CTGCGTG))", 16302 "dna": None, 16303 "freq": 16384.0, 16304 "fst3": None, 16305 "fst5": None, 16306 "inact_temp": 65, 16307 "opt_temp": 37, 16308 "ovhg": None, 16309 "ovhgseq": None, 16310 "results": None, 16311 "scd3": None, 16312 "scd5": None, 16313 "site": "CACGCAG", 16314 "size": 7, 16315 "substrat": "DNA", 16316 "suppl": (), 16317 }
16318 16319 16320 rest_dict["MtuHN878II"] = _temp() 16321 16322
16323 -def _temp():
16324 return { 16325 "charac": (1, -1, None, None, "CAATTG"), 16326 "compsite": "(?=(?P<MunI>CAATTG))", 16327 "dna": None, 16328 "freq": 4096.0, 16329 "fst3": -1, 16330 "fst5": 1, 16331 "inact_temp": 65, 16332 "opt_temp": 37, 16333 "ovhg": -4, 16334 "ovhgseq": "AATT", 16335 "results": None, 16336 "scd3": None, 16337 "scd5": None, 16338 "site": "CAATTG", 16339 "size": 6, 16340 "substrat": "DNA", 16341 "suppl": ("B", "K", "M", "S"), 16342 }
16343 16344 16345 rest_dict["MunI"] = _temp() 16346 16347
16348 -def _temp():
16349 return { 16350 "charac": (7, -1, None, None, "GAATGC"), 16351 "compsite": "(?=(?P<Mva1269I>GAATGC))|(?=(?P<Mva1269I_as>GCATTC))", 16352 "dna": None, 16353 "freq": 4096.0, 16354 "fst3": -1, 16355 "fst5": 7, 16356 "inact_temp": 65, 16357 "opt_temp": 37, 16358 "ovhg": 2, 16359 "ovhgseq": "CN", 16360 "results": None, 16361 "scd3": None, 16362 "scd5": None, 16363 "site": "GAATGC", 16364 "size": 6, 16365 "substrat": "DNA", 16366 "suppl": ("B",), 16367 }
16368 16369 16370 rest_dict["Mva1269I"] = _temp() 16371 16372
16373 -def _temp():
16374 return { 16375 "charac": (2, -2, None, None, "CCWGG"), 16376 "compsite": "(?=(?P<MvaI>CC[AT]GG))", 16377 "dna": None, 16378 "freq": 512.0, 16379 "fst3": -2, 16380 "fst5": 2, 16381 "inact_temp": 65, 16382 "opt_temp": 37, 16383 "ovhg": -1, 16384 "ovhgseq": "W", 16385 "results": None, 16386 "scd3": None, 16387 "scd5": None, 16388 "site": "CCWGG", 16389 "size": 5, 16390 "substrat": "DNA", 16391 "suppl": ("B", "M"), 16392 }
16393 16394 16395 rest_dict["MvaI"] = _temp() 16396 16397
16398 -def _temp():
16399 return { 16400 "charac": (2, -2, None, None, "CGCG"), 16401 "compsite": "(?=(?P<MvnI>CGCG))", 16402 "dna": None, 16403 "freq": 256.0, 16404 "fst3": -2, 16405 "fst5": 2, 16406 "inact_temp": 65, 16407 "opt_temp": 37, 16408 "ovhg": 0, 16409 "ovhgseq": "", 16410 "results": None, 16411 "scd3": None, 16412 "scd5": None, 16413 "site": "CGCG", 16414 "size": 4, 16415 "substrat": "DNA", 16416 "suppl": ("M",), 16417 }
16418 16419 16420 rest_dict["MvnI"] = _temp() 16421 16422
16423 -def _temp():
16424 return { 16425 "charac": (7, -7, None, None, "GCNNNNNNNGC"), 16426 "compsite": "(?=(?P<MwoI>GC.......GC))", 16427 "dna": None, 16428 "freq": 256.0, 16429 "fst3": -7, 16430 "fst5": 7, 16431 "inact_temp": 65, 16432 "opt_temp": 37, 16433 "ovhg": 3, 16434 "ovhgseq": "NNN", 16435 "results": None, 16436 "scd3": None, 16437 "scd5": None, 16438 "site": "GCNNNNNNNGC", 16439 "size": 11, 16440 "substrat": "DNA", 16441 "suppl": ("N",), 16442 }
16443 16444 16445 rest_dict["MwoI"] = _temp() 16446 16447
16448 -def _temp():
16449 return { 16450 "charac": (3, -3, None, None, "GCCGGC"), 16451 "compsite": "(?=(?P<NaeI>GCCGGC))", 16452 "dna": None, 16453 "freq": 4096.0, 16454 "fst3": -3, 16455 "fst5": 3, 16456 "inact_temp": 65, 16457 "opt_temp": 37, 16458 "ovhg": 0, 16459 "ovhgseq": "", 16460 "results": None, 16461 "scd3": None, 16462 "scd5": None, 16463 "site": "GCCGGC", 16464 "size": 6, 16465 "substrat": "DNA", 16466 "suppl": ("C", "K", "N"), 16467 }
16468 16469 16470 rest_dict["NaeI"] = _temp() 16471 16472
16473 -def _temp():
16474 return { 16475 "charac": (None, None, None, None, "ACCAGC"), 16476 "compsite": "(?=(?P<Nal45188II>ACCAGC))|(?=(?P<Nal45188II_as>GCTGGT))", 16477 "dna": None, 16478 "freq": 4096.0, 16479 "fst3": None, 16480 "fst5": None, 16481 "inact_temp": 65, 16482 "opt_temp": 37, 16483 "ovhg": None, 16484 "ovhgseq": None, 16485 "results": None, 16486 "scd3": None, 16487 "scd5": None, 16488 "site": "ACCAGC", 16489 "size": 6, 16490 "substrat": "DNA", 16491 "suppl": (), 16492 }
16493 16494 16495 rest_dict["Nal45188II"] = _temp() 16496 16497
16498 -def _temp():
16499 return { 16500 "charac": (2, -2, None, None, "GGCGCC"), 16501 "compsite": "(?=(?P<NarI>GGCGCC))", 16502 "dna": None, 16503 "freq": 4096.0, 16504 "fst3": -2, 16505 "fst5": 2, 16506 "inact_temp": 65, 16507 "opt_temp": 37, 16508 "ovhg": -2, 16509 "ovhgseq": "CG", 16510 "results": None, 16511 "scd3": None, 16512 "scd5": None, 16513 "site": "GGCGCC", 16514 "size": 6, 16515 "substrat": "DNA", 16516 "suppl": ("J", "M", "N", "Q", "R", "X"), 16517 }
16518 16519 16520 rest_dict["NarI"] = _temp() 16521 16522
16523 -def _temp():
16524 return { 16525 "charac": (None, None, None, None, "ACCGAC"), 16526 "compsite": "(?=(?P<Nbr128II>ACCGAC))|(?=(?P<Nbr128II_as>GTCGGT))", 16527 "dna": None, 16528 "freq": 4096.0, 16529 "fst3": None, 16530 "fst5": None, 16531 "inact_temp": 65, 16532 "opt_temp": 37, 16533 "ovhg": None, 16534 "ovhgseq": None, 16535 "results": None, 16536 "scd3": None, 16537 "scd5": None, 16538 "site": "ACCGAC", 16539 "size": 6, 16540 "substrat": "DNA", 16541 "suppl": (), 16542 }
16543 16544 16545 rest_dict["Nbr128II"] = _temp() 16546 16547
16548 -def _temp():
16549 return { 16550 "charac": (2, -2, None, None, "CCSGG"), 16551 "compsite": "(?=(?P<NciI>CC[CG]GG))", 16552 "dna": None, 16553 "freq": 512.0, 16554 "fst3": -2, 16555 "fst5": 2, 16556 "inact_temp": 65, 16557 "opt_temp": 37, 16558 "ovhg": -1, 16559 "ovhgseq": "S", 16560 "results": None, 16561 "scd3": None, 16562 "scd5": None, 16563 "site": "CCSGG", 16564 "size": 5, 16565 "substrat": "DNA", 16566 "suppl": ("J", "N", "R"), 16567 }
16568 16569 16570 rest_dict["NciI"] = _temp() 16571 16572
16573 -def _temp():
16574 return { 16575 "charac": (1, -1, None, None, "CCATGG"), 16576 "compsite": "(?=(?P<NcoI>CCATGG))", 16577 "dna": None, 16578 "freq": 4096.0, 16579 "fst3": -1, 16580 "fst5": 1, 16581 "inact_temp": 65, 16582 "opt_temp": 37, 16583 "ovhg": -4, 16584 "ovhgseq": "CATG", 16585 "results": None, 16586 "scd3": None, 16587 "scd5": None, 16588 "site": "CCATGG", 16589 "size": 6, 16590 "substrat": "DNA", 16591 "suppl": ("B", "C", "J", "K", "M", "N", "O", "Q", "R", "S", "X", "Y"), 16592 }
16593 16594 16595 rest_dict["NcoI"] = _temp() 16596 16597
16598 -def _temp():
16599 return { 16600 "charac": (2, -2, None, None, "CATATG"), 16601 "compsite": "(?=(?P<NdeI>CATATG))", 16602 "dna": None, 16603 "freq": 4096.0, 16604 "fst3": -2, 16605 "fst5": 2, 16606 "inact_temp": 65, 16607 "opt_temp": 37, 16608 "ovhg": -2, 16609 "ovhgseq": "TA", 16610 "results": None, 16611 "scd3": None, 16612 "scd5": None, 16613 "site": "CATATG", 16614 "size": 6, 16615 "substrat": "DNA", 16616 "suppl": ("B", "J", "K", "M", "N", "Q", "R", "S", "X"), 16617 }
16618 16619 16620 rest_dict["NdeI"] = _temp() 16621 16622
16623 -def _temp():
16624 return { 16625 "charac": (0, 0, None, None, "GATC"), 16626 "compsite": "(?=(?P<NdeII>GATC))", 16627 "dna": None, 16628 "freq": 256.0, 16629 "fst3": 0, 16630 "fst5": 0, 16631 "inact_temp": 65, 16632 "opt_temp": 37, 16633 "ovhg": -4, 16634 "ovhgseq": "GATC", 16635 "results": None, 16636 "scd3": None, 16637 "scd5": None, 16638 "site": "GATC", 16639 "size": 4, 16640 "substrat": "DNA", 16641 "suppl": ("J", "M"), 16642 }
16643 16644 16645 rest_dict["NdeII"] = _temp() 16646 16647
16648 -def _temp():
16649 return { 16650 "charac": (12, 7, None, None, "GCCGC"), 16651 "compsite": "(?=(?P<NgoAVII>GCCGC))|(?=(?P<NgoAVII_as>GCGGC))", 16652 "dna": None, 16653 "freq": 1024.0, 16654 "fst3": 7, 16655 "fst5": 12, 16656 "inact_temp": 65, 16657 "opt_temp": 37, 16658 "ovhg": 0, 16659 "ovhgseq": "", 16660 "results": None, 16661 "scd3": None, 16662 "scd5": None, 16663 "site": "GCCGC", 16664 "size": 5, 16665 "substrat": "DNA", 16666 "suppl": (), 16667 }
16668 16669 16670 rest_dict["NgoAVII"] = _temp() 16671 16672
16673 -def _temp():
16674 return { 16675 "charac": (-12, -25, 24, 11, "GACNNNNNTGA"), 16676 "compsite": "(?=(?P<NgoAVIII>GAC.....TGA))|(?=(?P<NgoAVIII_as>TCA.....GTC))", 16677 "dna": None, 16678 "freq": 4096.0, 16679 "fst3": -25, 16680 "fst5": -12, 16681 "inact_temp": 65, 16682 "opt_temp": 37, 16683 "ovhg": 2, 16684 "ovhgseq": "NN", 16685 "results": None, 16686 "scd3": 11, 16687 "scd5": 24, 16688 "site": "GACNNNNNTGA", 16689 "size": 11, 16690 "substrat": "DNA", 16691 "suppl": (), 16692 }
16693 16694 16695 rest_dict["NgoAVIII"] = _temp() 16696 16697
16698 -def _temp():
16699 return { 16700 "charac": (1, -1, None, None, "GCCGGC"), 16701 "compsite": "(?=(?P<NgoMIV>GCCGGC))", 16702 "dna": None, 16703 "freq": 4096.0, 16704 "fst3": -1, 16705 "fst5": 1, 16706 "inact_temp": 65, 16707 "opt_temp": 37, 16708 "ovhg": -4, 16709 "ovhgseq": "CCGG", 16710 "results": None, 16711 "scd3": None, 16712 "scd5": None, 16713 "site": "GCCGGC", 16714 "size": 6, 16715 "substrat": "DNA", 16716 "suppl": ("N",), 16717 }
16718 16719 16720 rest_dict["NgoMIV"] = _temp() 16721 16722
16723 -def _temp():
16724 return { 16725 "charac": (None, None, None, None, "CAAGRAG"), 16726 "compsite": "(?=(?P<NhaXI>CAAG[AG]AG))|(?=(?P<NhaXI_as>CT[CT]CTTG))", 16727 "dna": None, 16728 "freq": 8192.0, 16729 "fst3": None, 16730 "fst5": None, 16731 "inact_temp": 65, 16732 "opt_temp": 37, 16733 "ovhg": None, 16734 "ovhgseq": None, 16735 "results": None, 16736 "scd3": None, 16737 "scd5": None, 16738 "site": "CAAGRAG", 16739 "size": 7, 16740 "substrat": "DNA", 16741 "suppl": (), 16742 }
16743 16744 16745 rest_dict["NhaXI"] = _temp() 16746 16747
16748 -def _temp():
16749 return { 16750 "charac": (1, -1, None, None, "GCTAGC"), 16751 "compsite": "(?=(?P<NheI>GCTAGC))", 16752 "dna": None, 16753 "freq": 4096.0, 16754 "fst3": -1, 16755 "fst5": 1, 16756 "inact_temp": 65, 16757 "opt_temp": 37, 16758 "ovhg": -4, 16759 "ovhgseq": "CTAG", 16760 "results": None, 16761 "scd3": None, 16762 "scd5": None, 16763 "site": "GCTAGC", 16764 "size": 6, 16765 "substrat": "DNA", 16766 "suppl": ("B", "C", "J", "K", "M", "N", "O", "Q", "R", "S", "X"), 16767 }
16768 16769 16770 rest_dict["NheI"] = _temp() 16771 16772
16773 -def _temp():
16774 return { 16775 "charac": (None, None, None, None, "GCWGC"), 16776 "compsite": "(?=(?P<NhoI>GC[AT]GC))", 16777 "dna": None, 16778 "freq": 512.0, 16779 "fst3": None, 16780 "fst5": None, 16781 "inact_temp": 65, 16782 "opt_temp": 37, 16783 "ovhg": None, 16784 "ovhgseq": None, 16785 "results": None, 16786 "scd3": None, 16787 "scd5": None, 16788 "site": "GCWGC", 16789 "size": 5, 16790 "substrat": "DNA", 16791 "suppl": (), 16792 }
16793 16794 16795 rest_dict["NhoI"] = _temp() 16796 16797
16798 -def _temp():
16799 return { 16800 "charac": (25, 17, None, None, "CATCAC"), 16801 "compsite": "(?=(?P<NlaCI>CATCAC))|(?=(?P<NlaCI_as>GTGATG))", 16802 "dna": None, 16803 "freq": 4096.0, 16804 "fst3": 17, 16805 "fst5": 25, 16806 "inact_temp": 65, 16807 "opt_temp": 37, 16808 "ovhg": 2, 16809 "ovhgseq": "NN", 16810 "results": None, 16811 "scd3": None, 16812 "scd5": None, 16813 "site": "CATCAC", 16814 "size": 6, 16815 "substrat": "DNA", 16816 "suppl": (), 16817 }
16818 16819 16820 rest_dict["NlaCI"] = _temp() 16821 16822
16823 -def _temp():
16824 return { 16825 "charac": (4, -4, None, None, "CATG"), 16826 "compsite": "(?=(?P<NlaIII>CATG))", 16827 "dna": None, 16828 "freq": 256.0, 16829 "fst3": -4, 16830 "fst5": 4, 16831 "inact_temp": 65, 16832 "opt_temp": 37, 16833 "ovhg": 4, 16834 "ovhgseq": "CATG", 16835 "results": None, 16836 "scd3": None, 16837 "scd5": None, 16838 "site": "CATG", 16839 "size": 4, 16840 "substrat": "DNA", 16841 "suppl": ("N",), 16842 }
16843 16844 16845 rest_dict["NlaIII"] = _temp() 16846 16847
16848 -def _temp():
16849 return { 16850 "charac": (3, -3, None, None, "GGNNCC"), 16851 "compsite": "(?=(?P<NlaIV>GG..CC))", 16852 "dna": None, 16853 "freq": 256.0, 16854 "fst3": -3, 16855 "fst5": 3, 16856 "inact_temp": 65, 16857 "opt_temp": 37, 16858 "ovhg": 0, 16859 "ovhgseq": "", 16860 "results": None, 16861 "scd3": None, 16862 "scd5": None, 16863 "site": "GGNNCC", 16864 "size": 6, 16865 "substrat": "DNA", 16866 "suppl": ("N",), 16867 }
16868 16869 16870 rest_dict["NlaIV"] = _temp() 16871 16872
16873 -def _temp():
16874 return { 16875 "charac": (5, -5, None, None, "CYCGRG"), 16876 "compsite": "(?=(?P<Nli3877I>C[CT]CG[AG]G))", 16877 "dna": None, 16878 "freq": 1024.0, 16879 "fst3": -5, 16880 "fst5": 5, 16881 "inact_temp": 65, 16882 "opt_temp": 37, 16883 "ovhg": 4, 16884 "ovhgseq": "YCGR", 16885 "results": None, 16886 "scd3": None, 16887 "scd5": None, 16888 "site": "CYCGRG", 16889 "size": 6, 16890 "substrat": "DNA", 16891 "suppl": (), 16892 }
16893 16894 16895 rest_dict["Nli3877I"] = _temp() 16896 16897
16898 -def _temp():
16899 return { 16900 "charac": (27, 19, None, None, "GCCGAC"), 16901 "compsite": "(?=(?P<NmeA6CIII>GCCGAC))|(?=(?P<NmeA6CIII_as>GTCGGC))", 16902 "dna": None, 16903 "freq": 4096.0, 16904 "fst3": 19, 16905 "fst5": 27, 16906 "inact_temp": 65, 16907 "opt_temp": 37, 16908 "ovhg": 2, 16909 "ovhgseq": "NN", 16910 "results": None, 16911 "scd3": None, 16912 "scd5": None, 16913 "site": "GCCGAC", 16914 "size": 6, 16915 "substrat": "DNA", 16916 "suppl": (), 16917 }
16918 16919 16920 rest_dict["NmeA6CIII"] = _temp() 16921 16922
16923 -def _temp():
16924 return { 16925 "charac": (27, 19, None, None, "GCCGAG"), 16926 "compsite": "(?=(?P<NmeAIII>GCCGAG))|(?=(?P<NmeAIII_as>CTCGGC))", 16927 "dna": None, 16928 "freq": 4096.0, 16929 "fst3": 19, 16930 "fst5": 27, 16931 "inact_temp": 65, 16932 "opt_temp": 37, 16933 "ovhg": 2, 16934 "ovhgseq": "NN", 16935 "results": None, 16936 "scd3": None, 16937 "scd5": None, 16938 "site": "GCCGAG", 16939 "size": 6, 16940 "substrat": "DNA", 16941 "suppl": ("N",), 16942 }
16943 16944 16945 rest_dict["NmeAIII"] = _temp() 16946 16947
16948 -def _temp():
16949 return { 16950 "charac": (-12, -13, 13, 12, "RCCGGY"), 16951 "compsite": "(?=(?P<NmeDI>[AG]CCGG[CT]))", 16952 "dna": None, 16953 "freq": 1024.0, 16954 "fst3": -13, 16955 "fst5": -12, 16956 "inact_temp": 65, 16957 "opt_temp": 37, 16958 "ovhg": -5, 16959 "ovhgseq": "NNNNN", 16960 "results": None, 16961 "scd3": 12, 16962 "scd5": 13, 16963 "site": "RCCGGY", 16964 "size": 6, 16965 "substrat": "DNA", 16966 "suppl": (), 16967 }
16968 16969 16970 rest_dict["NmeDI"] = _temp() 16971 16972
16973 -def _temp():
16974 return { 16975 "charac": (0, 0, None, None, "GTSAC"), 16976 "compsite": "(?=(?P<NmuCI>GT[CG]AC))", 16977 "dna": None, 16978 "freq": 512.0, 16979 "fst3": 0, 16980 "fst5": 0, 16981 "inact_temp": 65, 16982 "opt_temp": 37, 16983 "ovhg": -5, 16984 "ovhgseq": "GTSAC", 16985 "results": None, 16986 "scd3": None, 16987 "scd5": None, 16988 "site": "GTSAC", 16989 "size": 5, 16990 "substrat": "DNA", 16991 "suppl": ("B",), 16992 }
16993 16994 16995 rest_dict["NmuCI"] = _temp() 16996 16997
16998 -def _temp():
16999 return { 17000 "charac": (2, -2, None, None, "GCGGCCGC"), 17001 "compsite": "(?=(?P<NotI>GCGGCCGC))", 17002 "dna": None, 17003 "freq": 65536.0, 17004 "fst3": -2, 17005 "fst5": 2, 17006 "inact_temp": 65, 17007 "opt_temp": 37, 17008 "ovhg": -4, 17009 "ovhgseq": "GGCC", 17010 "results": None, 17011 "scd3": None, 17012 "scd5": None, 17013 "site": "GCGGCCGC", 17014 "size": 8, 17015 "substrat": "DNA", 17016 "suppl": ("B", "C", "J", "K", "M", "N", "O", "Q", "R", "S", "X"), 17017 }
17018 17019 17020 rest_dict["NotI"] = _temp() 17021 17022
17023 -def _temp():
17024 return { 17025 "charac": (None, None, None, None, "GATCGAC"), 17026 "compsite": "(?=(?P<NpeUS61II>GATCGAC))|(?=(?P<NpeUS61II_as>GTCGATC))", 17027 "dna": None, 17028 "freq": 16384.0, 17029 "fst3": None, 17030 "fst5": None, 17031 "inact_temp": 65, 17032 "opt_temp": 37, 17033 "ovhg": None, 17034 "ovhgseq": None, 17035 "results": None, 17036 "scd3": None, 17037 "scd5": None, 17038 "site": "GATCGAC", 17039 "size": 7, 17040 "substrat": "DNA", 17041 "suppl": (), 17042 }
17043 17044 17045 rest_dict["NpeUS61II"] = _temp() 17046 17047
17048 -def _temp():
17049 return { 17050 "charac": (3, -3, None, None, "TCGCGA"), 17051 "compsite": "(?=(?P<NruI>TCGCGA))", 17052 "dna": None, 17053 "freq": 4096.0, 17054 "fst3": -3, 17055 "fst5": 3, 17056 "inact_temp": 65, 17057 "opt_temp": 37, 17058 "ovhg": 0, 17059 "ovhgseq": "", 17060 "results": None, 17061 "scd3": None, 17062 "scd5": None, 17063 "site": "TCGCGA", 17064 "size": 6, 17065 "substrat": "DNA", 17066 "suppl": ("B", "C", "I", "J", "K", "M", "N", "Q", "R", "S", "X"), 17067 }
17068 17069 17070 rest_dict["NruI"] = _temp() 17071 17072
17073 -def _temp():
17074 return { 17075 "charac": (3, -3, None, None, "TGCGCA"), 17076 "compsite": "(?=(?P<NsbI>TGCGCA))", 17077 "dna": None, 17078 "freq": 4096.0, 17079 "fst3": -3, 17080 "fst5": 3, 17081 "inact_temp": 65, 17082 "opt_temp": 37, 17083 "ovhg": 0, 17084 "ovhgseq": "", 17085 "results": None, 17086 "scd3": None, 17087 "scd5": None, 17088 "site": "TGCGCA", 17089 "size": 6, 17090 "substrat": "DNA", 17091 "suppl": ("B",), 17092 }
17093 17094 17095 rest_dict["NsbI"] = _temp() 17096 17097
17098 -def _temp():
17099 return { 17100 "charac": (5, -5, None, None, "ATGCAT"), 17101 "compsite": "(?=(?P<NsiI>ATGCAT))", 17102 "dna": None, 17103 "freq": 4096.0, 17104 "fst3": -5, 17105 "fst5": 5, 17106 "inact_temp": 65, 17107 "opt_temp": 37, 17108 "ovhg": 4, 17109 "ovhgseq": "TGCA", 17110 "results": None, 17111 "scd3": None, 17112 "scd5": None, 17113 "site": "ATGCAT", 17114 "size": 6, 17115 "substrat": "DNA", 17116 "suppl": ("J", "M", "N", "Q", "R", "S", "X"), 17117 }
17118 17119 17120 rest_dict["NsiI"] = _temp() 17121 17122
17123 -def _temp():
17124 return { 17125 "charac": (3, -3, None, None, "CMGCKG"), 17126 "compsite": "(?=(?P<NspBII>C[AC]GC[GT]G))", 17127 "dna": None, 17128 "freq": 1024.0, 17129 "fst3": -3, 17130 "fst5": 3, 17131 "inact_temp": 65, 17132 "opt_temp": 37, 17133 "ovhg": 0, 17134 "ovhgseq": "", 17135 "results": None, 17136 "scd3": None, 17137 "scd5": None, 17138 "site": "CMGCKG", 17139 "size": 6, 17140 "substrat": "DNA", 17141 "suppl": (), 17142 }
17143 17144 17145 rest_dict["NspBII"] = _temp() 17146 17147
17148 -def _temp():
17149 return { 17150 "charac": (5, -5, None, None, "RCATGY"), 17151 "compsite": "(?=(?P<NspI>[AG]CATG[CT]))", 17152 "dna": None, 17153 "freq": 1024.0, 17154 "fst3": -5, 17155 "fst5": 5, 17156 "inact_temp": 65, 17157 "opt_temp": 37, 17158 "ovhg": 4, 17159 "ovhgseq": "CATG", 17160 "results": None, 17161 "scd3": None, 17162 "scd5": None, 17163 "site": "RCATGY", 17164 "size": 6, 17165 "substrat": "DNA", 17166 "suppl": ("N",), 17167 }
17168 17169 17170 rest_dict["NspI"] = _temp() 17171 17172
17173 -def _temp():
17174 return { 17175 "charac": (2, -2, None, None, "TTCGAA"), 17176 "compsite": "(?=(?P<NspV>TTCGAA))", 17177 "dna": None, 17178 "freq": 4096.0, 17179 "fst3": -2, 17180 "fst5": 2, 17181 "inact_temp": 65, 17182 "opt_temp": 37, 17183 "ovhg": -2, 17184 "ovhgseq": "CG", 17185 "results": None, 17186 "scd3": None, 17187 "scd5": None, 17188 "site": "TTCGAA", 17189 "size": 6, 17190 "substrat": "DNA", 17191 "suppl": ("J",), 17192 }
17193 17194 17195 rest_dict["NspV"] = _temp() 17196 17197
17198 -def _temp():
17199 return { 17200 "charac": (None, None, None, None, "ACGAG"), 17201 "compsite": "(?=(?P<ObaBS10I>ACGAG))|(?=(?P<ObaBS10I_as>CTCGT))", 17202 "dna": None, 17203 "freq": 1024.0, 17204 "fst3": None, 17205 "fst5": None, 17206 "inact_temp": 65, 17207 "opt_temp": 37, 17208 "ovhg": None, 17209 "ovhgseq": None, 17210 "results": None, 17211 "scd3": None, 17212 "scd5": None, 17213 "site": "ACGAG", 17214 "size": 5, 17215 "substrat": "DNA", 17216 "suppl": (), 17217 }
17218 17219 17220 rest_dict["ObaBS10I"] = _temp() 17221 17222
17223 -def _temp():
17224 return { 17225 "charac": (None, None, None, None, "CAACNAC"), 17226 "compsite": "(?=(?P<OgrI>CAAC.AC))|(?=(?P<OgrI_as>GT.GTTG))", 17227 "dna": None, 17228 "freq": 4096.0, 17229 "fst3": None, 17230 "fst5": None, 17231 "inact_temp": 65, 17232 "opt_temp": 37, 17233 "ovhg": None, 17234 "ovhgseq": None, 17235 "results": None, 17236 "scd3": None, 17237 "scd5": None, 17238 "site": "CAACNAC", 17239 "size": 7, 17240 "substrat": "DNA", 17241 "suppl": (), 17242 }
17243 17244 17245 rest_dict["OgrI"] = _temp() 17246 17247
17248 -def _temp():
17249 return { 17250 "charac": (5, -5, None, None, "CACNNNNGTG"), 17251 "compsite": "(?=(?P<OliI>CAC....GTG))", 17252 "dna": None, 17253 "freq": 4096.0, 17254 "fst3": -5, 17255 "fst5": 5, 17256 "inact_temp": 65, 17257 "opt_temp": 37, 17258 "ovhg": 0, 17259 "ovhgseq": "", 17260 "results": None, 17261 "scd3": None, 17262 "scd5": None, 17263 "site": "CACNNNNGTG", 17264 "size": 10, 17265 "substrat": "DNA", 17266 "suppl": ("B",), 17267 }
17268 17269 17270 rest_dict["OliI"] = _temp() 17271 17272
17273 -def _temp():
17274 return { 17275 "charac": (None, None, None, None, "YAGGAG"), 17276 "compsite": "(?=(?P<OspHL35III>[CT]AGGAG))|(?=(?P<OspHL35III_as>CTCCT[AG]))", 17277 "dna": None, 17278 "freq": 2048.0, 17279 "fst3": None, 17280 "fst5": None, 17281 "inact_temp": 65, 17282 "opt_temp": 37, 17283 "ovhg": None, 17284 "ovhgseq": None, 17285 "results": None, 17286 "scd3": None, 17287 "scd5": None, 17288 "site": "YAGGAG", 17289 "size": 6, 17290 "substrat": "DNA", 17291 "suppl": (), 17292 }
17293 17294 17295 rest_dict["OspHL35III"] = _temp() 17296 17297
17298 -def _temp():
17299 return { 17300 "charac": (3, -3, None, None, "GTAC"), 17301 "compsite": "(?=(?P<PabI>GTAC))", 17302 "dna": None, 17303 "freq": 256.0, 17304 "fst3": -3, 17305 "fst5": 3, 17306 "inact_temp": 65, 17307 "opt_temp": 37, 17308 "ovhg": 2, 17309 "ovhgseq": "TA", 17310 "results": None, 17311 "scd3": None, 17312 "scd5": None, 17313 "site": "GTAC", 17314 "size": 4, 17315 "substrat": "DNA", 17316 "suppl": (), 17317 }
17318 17319 17320 rest_dict["PabI"] = _temp() 17321 17322
17323 -def _temp():
17324 return { 17325 "charac": (None, None, None, None, "CCTTGA"), 17326 "compsite": "(?=(?P<Pac19842II>CCTTGA))|(?=(?P<Pac19842II_as>TCAAGG))", 17327 "dna": None, 17328 "freq": 4096.0, 17329 "fst3": None, 17330 "fst5": None, 17331 "inact_temp": 65, 17332 "opt_temp": 37, 17333 "ovhg": None, 17334 "ovhgseq": None, 17335 "results": None, 17336 "scd3": None, 17337 "scd5": None, 17338 "site": "CCTTGA", 17339 "size": 6, 17340 "substrat": "DNA", 17341 "suppl": (), 17342 }
17343 17344 17345 rest_dict["Pac19842II"] = _temp() 17346 17347
17348 -def _temp():
17349 return { 17350 "charac": (5, -5, None, None, "TTAATTAA"), 17351 "compsite": "(?=(?P<PacI>TTAATTAA))", 17352 "dna": None, 17353 "freq": 65536.0, 17354 "fst3": -5, 17355 "fst5": 5, 17356 "inact_temp": 65, 17357 "opt_temp": 37, 17358 "ovhg": 2, 17359 "ovhgseq": "AT", 17360 "results": None, 17361 "scd3": None, 17362 "scd5": None, 17363 "site": "TTAATTAA", 17364 "size": 8, 17365 "substrat": "DNA", 17366 "suppl": ("B", "N", "O"), 17367 }
17368 17369 17370 rest_dict["PacI"] = _temp() 17371 17372
17373 -def _temp():
17374 return { 17375 "charac": (None, None, None, None, "GTAATC"), 17376 "compsite": "(?=(?P<PacIII>GTAATC))|(?=(?P<PacIII_as>GATTAC))", 17377 "dna": None, 17378 "freq": 4096.0, 17379 "fst3": None, 17380 "fst5": None, 17381 "inact_temp": 65, 17382 "opt_temp": 37, 17383 "ovhg": None, 17384 "ovhgseq": None, 17385 "results": None, 17386 "scd3": None, 17387 "scd5": None, 17388 "site": "GTAATC", 17389 "size": 6, 17390 "substrat": "DNA", 17391 "suppl": (), 17392 }
17393 17394 17395 rest_dict["PacIII"] = _temp() 17396 17397
17398 -def _temp():
17399 return { 17400 "charac": (5, -5, None, None, "GCATGC"), 17401 "compsite": "(?=(?P<PaeI>GCATGC))", 17402 "dna": None, 17403 "freq": 4096.0, 17404 "fst3": -5, 17405 "fst5": 5, 17406 "inact_temp": 65, 17407 "opt_temp": 37, 17408 "ovhg": 4, 17409 "ovhgseq": "CATG", 17410 "results": None, 17411 "scd3": None, 17412 "scd5": None, 17413 "site": "GCATGC", 17414 "size": 6, 17415 "substrat": "DNA", 17416 "suppl": ("B",), 17417 }
17418 17419 17420 rest_dict["PaeI"] = _temp() 17421 17422
17423 -def _temp():
17424 return { 17425 "charac": (1, -1, None, None, "CTCGAG"), 17426 "compsite": "(?=(?P<PaeR7I>CTCGAG))", 17427 "dna": None, 17428 "freq": 4096.0, 17429 "fst3": -1, 17430 "fst5": 1, 17431 "inact_temp": 65, 17432 "opt_temp": 37, 17433 "ovhg": -4, 17434 "ovhgseq": "TCGA", 17435 "results": None, 17436 "scd3": None, 17437 "scd5": None, 17438 "site": "CTCGAG", 17439 "size": 6, 17440 "substrat": "DNA", 17441 "suppl": ("N",), 17442 }
17443 17444 17445 rest_dict["PaeR7I"] = _temp() 17446 17447
17448 -def _temp():
17449 return { 17450 "charac": (1, -1, None, None, "TCATGA"), 17451 "compsite": "(?=(?P<PagI>TCATGA))", 17452 "dna": None, 17453 "freq": 4096.0, 17454 "fst3": -1, 17455 "fst5": 1, 17456 "inact_temp": 65, 17457 "opt_temp": 37, 17458 "ovhg": -4, 17459 "ovhgseq": "CATG", 17460 "results": None, 17461 "scd3": None, 17462 "scd5": None, 17463 "site": "TCATGA", 17464 "size": 6, 17465 "substrat": "DNA", 17466 "suppl": ("B",), 17467 }
17468 17469 17470 rest_dict["PagI"] = _temp() 17471 17472
17473 -def _temp():
17474 return { 17475 "charac": (None, None, None, None, "CCRTGAG"), 17476 "compsite": "(?=(?P<Pal408I>CC[AG]TGAG))|(?=(?P<Pal408I_as>CTCA[CT]GG))", 17477 "dna": None, 17478 "freq": 8192.0, 17479 "fst3": None, 17480 "fst5": None, 17481 "inact_temp": 65, 17482 "opt_temp": 37, 17483 "ovhg": None, 17484 "ovhgseq": None, 17485 "results": None, 17486 "scd3": None, 17487 "scd5": None, 17488 "site": "CCRTGAG", 17489 "size": 7, 17490 "substrat": "DNA", 17491 "suppl": (), 17492 }
17493 17494 17495 rest_dict["Pal408I"] = _temp() 17496 17497
17498 -def _temp():
17499 return { 17500 "charac": (2, -2, None, None, "GGCGCGCC"), 17501 "compsite": "(?=(?P<PalAI>GGCGCGCC))", 17502 "dna": None, 17503 "freq": 65536.0, 17504 "fst3": -2, 17505 "fst5": 2, 17506 "inact_temp": 65, 17507 "opt_temp": 37, 17508 "ovhg": -4, 17509 "ovhgseq": "CGCG", 17510 "results": None, 17511 "scd3": None, 17512 "scd5": None, 17513 "site": "GGCGCGCC", 17514 "size": 8, 17515 "substrat": "DNA", 17516 "suppl": ("I",), 17517 }
17518 17519 17520 rest_dict["PalAI"] = _temp() 17521 17522
17523 -def _temp():
17524 return { 17525 "charac": (2, -2, None, None, "CCCWGGG"), 17526 "compsite": "(?=(?P<PasI>CCC[AT]GGG))", 17527 "dna": None, 17528 "freq": 8192.0, 17529 "fst3": -2, 17530 "fst5": 2, 17531 "inact_temp": 65, 17532 "opt_temp": 37, 17533 "ovhg": -3, 17534 "ovhgseq": "CWG", 17535 "results": None, 17536 "scd3": None, 17537 "scd5": None, 17538 "site": "CCCWGGG", 17539 "size": 7, 17540 "substrat": "DNA", 17541 "suppl": ("B",), 17542 }
17543 17544 17545 rest_dict["PasI"] = _temp() 17546 17547
17548 -def _temp():
17549 return { 17550 "charac": (1, -1, None, None, "GCGCGC"), 17551 "compsite": "(?=(?P<PauI>GCGCGC))", 17552 "dna": None, 17553 "freq": 4096.0, 17554 "fst3": -1, 17555 "fst5": 1, 17556 "inact_temp": 65, 17557 "opt_temp": 37, 17558 "ovhg": -4, 17559 "ovhgseq": "CGCG", 17560 "results": None, 17561 "scd3": None, 17562 "scd5": None, 17563 "site": "GCGCGC", 17564 "size": 6, 17565 "substrat": "DNA", 17566 "suppl": ("B",), 17567 }
17568 17569 17570 rest_dict["PauI"] = _temp() 17571 17572
17573 -def _temp():
17574 return { 17575 "charac": (None, None, None, None, "GTAAG"), 17576 "compsite": "(?=(?P<Pba2294I>GTAAG))|(?=(?P<Pba2294I_as>CTTAC))", 17577 "dna": None, 17578 "freq": 1024.0, 17579 "fst3": None, 17580 "fst5": None, 17581 "inact_temp": 65, 17582 "opt_temp": 37, 17583 "ovhg": None, 17584 "ovhgseq": None, 17585 "results": None, 17586 "scd3": None, 17587 "scd5": None, 17588 "site": "GTAAG", 17589 "size": 5, 17590 "substrat": "DNA", 17591 "suppl": (), 17592 }
17593 17594 17595 rest_dict["Pba2294I"] = _temp() 17596 17597
17598 -def _temp():
17599 return { 17600 "charac": (None, None, None, None, "GACGAG"), 17601 "compsite": "(?=(?P<PcaII>GACGAG))|(?=(?P<PcaII_as>CTCGTC))", 17602 "dna": None, 17603 "freq": 4096.0, 17604 "fst3": None, 17605 "fst5": None, 17606 "inact_temp": 65, 17607 "opt_temp": 37, 17608 "ovhg": None, 17609 "ovhgseq": None, 17610 "results": None, 17611 "scd3": None, 17612 "scd5": None, 17613 "site": "GACGAG", 17614 "size": 6, 17615 "substrat": "DNA", 17616 "suppl": (), 17617 }
17618 17619 17620 rest_dict["PcaII"] = _temp() 17621 17622
17623 -def _temp():
17624 return { 17625 "charac": (3, -3, None, None, "AGGCCT"), 17626 "compsite": "(?=(?P<PceI>AGGCCT))", 17627 "dna": None, 17628 "freq": 4096.0, 17629 "fst3": -3, 17630 "fst5": 3, 17631 "inact_temp": 65, 17632 "opt_temp": 37, 17633 "ovhg": 0, 17634 "ovhgseq": "", 17635 "results": None, 17636 "scd3": None, 17637 "scd5": None, 17638 "site": "AGGCCT", 17639 "size": 6, 17640 "substrat": "DNA", 17641 "suppl": ("I", "V"), 17642 }
17643 17644 17645 rest_dict["PceI"] = _temp() 17646 17647
17648 -def _temp():
17649 return { 17650 "charac": (1, -1, None, None, "ACATGT"), 17651 "compsite": "(?=(?P<PciI>ACATGT))", 17652 "dna": None, 17653 "freq": 4096.0, 17654 "fst3": -1, 17655 "fst5": 1, 17656 "inact_temp": 65, 17657 "opt_temp": 37, 17658 "ovhg": -4, 17659 "ovhgseq": "CATG", 17660 "results": None, 17661 "scd3": None, 17662 "scd5": None, 17663 "site": "ACATGT", 17664 "size": 6, 17665 "substrat": "DNA", 17666 "suppl": ("I", "N"), 17667 }
17668 17669 17670 rest_dict["PciI"] = _temp() 17671 17672
17673 -def _temp():
17674 return { 17675 "charac": (8, 4, None, None, "GCTCTTC"), 17676 "compsite": "(?=(?P<PciSI>GCTCTTC))|(?=(?P<PciSI_as>GAAGAGC))", 17677 "dna": None, 17678 "freq": 16384.0, 17679 "fst3": 4, 17680 "fst5": 8, 17681 "inact_temp": 65, 17682 "opt_temp": 37, 17683 "ovhg": -3, 17684 "ovhgseq": "NNN", 17685 "results": None, 17686 "scd3": None, 17687 "scd5": None, 17688 "site": "GCTCTTC", 17689 "size": 7, 17690 "substrat": "DNA", 17691 "suppl": ("I",), 17692 }
17693 17694 17695 rest_dict["PciSI"] = _temp() 17696 17697
17698 -def _temp():
17699 return { 17700 "charac": (None, None, None, None, "CCAAAG"), 17701 "compsite": "(?=(?P<Pcr308II>CCAAAG))|(?=(?P<Pcr308II_as>CTTTGG))", 17702 "dna": None, 17703 "freq": 4096.0, 17704 "fst3": None, 17705 "fst5": None, 17706 "inact_temp": 65, 17707 "opt_temp": 37, 17708 "ovhg": None, 17709 "ovhgseq": None, 17710 "results": None, 17711 "scd3": None, 17712 "scd5": None, 17713 "site": "CCAAAG", 17714 "size": 6, 17715 "substrat": "DNA", 17716 "suppl": (), 17717 }
17718 17719 17720 rest_dict["Pcr308II"] = _temp() 17721 17722
17723 -def _temp():
17724 return { 17725 "charac": (7, -7, None, None, "WCGNNNNNNNCGW"), 17726 "compsite": "(?=(?P<PcsI>[AT]CG.......CG[AT]))", 17727 "dna": None, 17728 "freq": 1024.0, 17729 "fst3": -7, 17730 "fst5": 7, 17731 "inact_temp": 65, 17732 "opt_temp": 37, 17733 "ovhg": 1, 17734 "ovhgseq": "N", 17735 "results": None, 17736 "scd3": None, 17737 "scd5": None, 17738 "site": "WCGNNNNNNNCGW", 17739 "size": 13, 17740 "substrat": "DNA", 17741 "suppl": ("I",), 17742 }
17743 17744 17745 rest_dict["PcsI"] = _temp() 17746 17747
17748 -def _temp():
17749 return { 17750 "charac": (7, -1, None, None, "GAATGC"), 17751 "compsite": "(?=(?P<PctI>GAATGC))|(?=(?P<PctI_as>GCATTC))", 17752 "dna": None, 17753 "freq": 4096.0, 17754 "fst3": -1, 17755 "fst5": 7, 17756 "inact_temp": 65, 17757 "opt_temp": 37, 17758 "ovhg": 2, 17759 "ovhgseq": "CN", 17760 "results": None, 17761 "scd3": None, 17762 "scd5": None, 17763 "site": "GAATGC", 17764 "size": 6, 17765 "substrat": "DNA", 17766 "suppl": ("I", "V"), 17767 }
17768 17769 17770 rest_dict["PctI"] = _temp() 17771 17772
17773 -def _temp():
17774 return { 17775 "charac": (None, None, None, None, "CCGGNAG"), 17776 "compsite": "(?=(?P<Pdi8503III>CCGG.AG))|(?=(?P<Pdi8503III_as>CT.CCGG))", 17777 "dna": None, 17778 "freq": 4096.0, 17779 "fst3": None, 17780 "fst5": None, 17781 "inact_temp": 65, 17782 "opt_temp": 37, 17783 "ovhg": None, 17784 "ovhgseq": None, 17785 "results": None, 17786 "scd3": None, 17787 "scd5": None, 17788 "site": "CCGGNAG", 17789 "size": 7, 17790 "substrat": "DNA", 17791 "suppl": (), 17792 }
17793 17794 17795 rest_dict["Pdi8503III"] = _temp() 17796 17797
17798 -def _temp():
17799 return { 17800 "charac": (3, -3, None, None, "GCCGGC"), 17801 "compsite": "(?=(?P<PdiI>GCCGGC))", 17802 "dna": None, 17803 "freq": 4096.0, 17804 "fst3": -3, 17805 "fst5": 3, 17806 "inact_temp": 65, 17807 "opt_temp": 37, 17808 "ovhg": 0, 17809 "ovhgseq": "", 17810 "results": None, 17811 "scd3": None, 17812 "scd5": None, 17813 "site": "GCCGGC", 17814 "size": 6, 17815 "substrat": "DNA", 17816 "suppl": ("B",), 17817 }
17818 17819 17820 rest_dict["PdiI"] = _temp() 17821 17822
17823 -def _temp():
17824 return { 17825 "charac": (5, -5, None, None, "GAANNNNTTC"), 17826 "compsite": "(?=(?P<PdmI>GAA....TTC))", 17827 "dna": None, 17828 "freq": 4096.0, 17829 "fst3": -5, 17830 "fst5": 5, 17831 "inact_temp": 65, 17832 "opt_temp": 37, 17833 "ovhg": 0, 17834 "ovhgseq": "", 17835 "results": None, 17836 "scd3": None, 17837 "scd5": None, 17838 "site": "GAANNNNTTC", 17839 "size": 10, 17840 "substrat": "DNA", 17841 "suppl": ("B",), 17842 }
17843 17844 17845 rest_dict["PdmI"] = _temp() 17846 17847
17848 -def _temp():
17849 return { 17850 "charac": (None, None, None, None, "CACCAC"), 17851 "compsite": "(?=(?P<Pdu1735I>CACCAC))|(?=(?P<Pdu1735I_as>GTGGTG))", 17852 "dna": None, 17853 "freq": 4096.0, 17854 "fst3": None, 17855 "fst5": None, 17856 "inact_temp": 65, 17857 "opt_temp": 37, 17858 "ovhg": None, 17859 "ovhgseq": None, 17860 "results": None, 17861 "scd3": None, 17862 "scd5": None, 17863 "site": "CACCAC", 17864 "size": 6, 17865 "substrat": "DNA", 17866 "suppl": (), 17867 }
17868 17869 17870 rest_dict["Pdu1735I"] = _temp() 17871 17872
17873 -def _temp():
17874 return { 17875 "charac": (None, None, None, None, "GCAGT"), 17876 "compsite": "(?=(?P<PenI>GCAGT))|(?=(?P<PenI_as>ACTGC))", 17877 "dna": None, 17878 "freq": 1024.0, 17879 "fst3": None, 17880 "fst5": None, 17881 "inact_temp": 65, 17882 "opt_temp": 37, 17883 "ovhg": None, 17884 "ovhgseq": None, 17885 "results": None, 17886 "scd3": None, 17887 "scd5": None, 17888 "site": "GCAGT", 17889 "size": 5, 17890 "substrat": "DNA", 17891 "suppl": (), 17892 }
17893 17894 17895 rest_dict["PenI"] = _temp() 17896 17897
17898 -def _temp():
17899 return { 17900 "charac": (1, -1, None, None, "GAWTC"), 17901 "compsite": "(?=(?P<PfeI>GA[AT]TC))", 17902 "dna": None, 17903 "freq": 512.0, 17904 "fst3": -1, 17905 "fst5": 1, 17906 "inact_temp": 65, 17907 "opt_temp": 37, 17908 "ovhg": -3, 17909 "ovhgseq": "AWT", 17910 "results": None, 17911 "scd3": None, 17912 "scd5": None, 17913 "site": "GAWTC", 17914 "size": 5, 17915 "substrat": "DNA", 17916 "suppl": ("B",), 17917 }
17918 17919 17920 rest_dict["PfeI"] = _temp() 17921 17922
17923 -def _temp():
17924 return { 17925 "charac": (None, None, None, None, "TCGTAG"), 17926 "compsite": "(?=(?P<Pfl1108I>TCGTAG))|(?=(?P<Pfl1108I_as>CTACGA))", 17927 "dna": None, 17928 "freq": 4096.0, 17929 "fst3": None, 17930 "fst5": None, 17931 "inact_temp": 65, 17932 "opt_temp": 37, 17933 "ovhg": None, 17934 "ovhgseq": None, 17935 "results": None, 17936 "scd3": None, 17937 "scd5": None, 17938 "site": "TCGTAG", 17939 "size": 6, 17940 "substrat": "DNA", 17941 "suppl": (), 17942 }
17943 17944 17945 rest_dict["Pfl1108I"] = _temp() 17946 17947
17948 -def _temp():
17949 return { 17950 "charac": (1, -1, None, None, "CGTACG"), 17951 "compsite": "(?=(?P<Pfl23II>CGTACG))", 17952 "dna": None, 17953 "freq": 4096.0, 17954 "fst3": -1, 17955 "fst5": 1, 17956 "inact_temp": 65, 17957 "opt_temp": 37, 17958 "ovhg": -4, 17959 "ovhgseq": "GTAC", 17960 "results": None, 17961 "scd3": None, 17962 "scd5": None, 17963 "site": "CGTACG", 17964 "size": 6, 17965 "substrat": "DNA", 17966 "suppl": ("B",), 17967 }
17968 17969 17970 rest_dict["Pfl23II"] = _temp() 17971 17972
17973 -def _temp():
17974 return { 17975 "charac": (3, -3, None, None, "GCNNGC"), 17976 "compsite": "(?=(?P<Pfl8569I>GC..GC))", 17977 "dna": None, 17978 "freq": 256.0, 17979 "fst3": -3, 17980 "fst5": 3, 17981 "inact_temp": 65, 17982 "opt_temp": 37, 17983 "ovhg": 0, 17984 "ovhgseq": "", 17985 "results": None, 17986 "scd3": None, 17987 "scd5": None, 17988 "site": "GCNNGC", 17989 "size": 6, 17990 "substrat": "DNA", 17991 "suppl": (), 17992 }
17993 17994 17995 rest_dict["Pfl8569I"] = _temp() 17996 17997
17998 -def _temp():
17999 return { 18000 "charac": (4, -4, None, None, "GACNNNGTC"), 18001 "compsite": "(?=(?P<PflFI>GAC...GTC))", 18002 "dna": None, 18003 "freq": 4096.0, 18004 "fst3": -4, 18005 "fst5": 4, 18006 "inact_temp": 65, 18007 "opt_temp": 37, 18008 "ovhg": -1, 18009 "ovhgseq": "N", 18010 "results": None, 18011 "scd3": None, 18012 "scd5": None, 18013 "site": "GACNNNGTC", 18014 "size": 9, 18015 "substrat": "DNA", 18016 "suppl": ("N",), 18017 }
18018 18019 18020 rest_dict["PflFI"] = _temp() 18021 18022
18023 -def _temp():
18024 return { 18025 "charac": (7, -7, None, None, "CCANNNNNTGG"), 18026 "compsite": "(?=(?P<PflMI>CCA.....TGG))", 18027 "dna": None, 18028 "freq": 4096.0, 18029 "fst3": -7, 18030 "fst5": 7, 18031 "inact_temp": 65, 18032 "opt_temp": 37, 18033 "ovhg": 3, 18034 "ovhgseq": "NNN", 18035 "results": None, 18036 "scd3": None, 18037 "scd5": None, 18038 "site": "CCANNNNNTGG", 18039 "size": 11, 18040 "substrat": "DNA", 18041 "suppl": ("N",), 18042 }
18043 18044 18045 rest_dict["PflMI"] = _temp() 18046 18047
18048 -def _temp():
18049 return { 18050 "charac": (None, None, None, None, "RGCCCAC"), 18051 "compsite": "(?=(?P<PflPt14I>[AG]GCCCAC))|(?=(?P<PflPt14I_as>GTGGGC[CT]))", 18052 "dna": None, 18053 "freq": 8192.0, 18054 "fst3": None, 18055 "fst5": None, 18056 "inact_temp": 65, 18057 "opt_temp": 37, 18058 "ovhg": None, 18059 "ovhgseq": None, 18060 "results": None, 18061 "scd3": None, 18062 "scd5": None, 18063 "site": "RGCCCAC", 18064 "size": 7, 18065 "substrat": "DNA", 18066 "suppl": (), 18067 }
18068 18069 18070 rest_dict["PflPt14I"] = _temp() 18071 18072
18073 -def _temp():
18074 return { 18075 "charac": (1, -1, None, None, "TCCNGGA"), 18076 "compsite": "(?=(?P<PfoI>TCC.GGA))", 18077 "dna": None, 18078 "freq": 4096.0, 18079 "fst3": -1, 18080 "fst5": 1, 18081 "inact_temp": 65, 18082 "opt_temp": 37, 18083 "ovhg": -5, 18084 "ovhgseq": "CCNGG", 18085 "results": None, 18086 "scd3": None, 18087 "scd5": None, 18088 "site": "TCCNGGA", 18089 "size": 7, 18090 "substrat": "DNA", 18091 "suppl": ("B",), 18092 }
18093 18094 18095 rest_dict["PfoI"] = _temp() 18096 18097
18098 -def _temp():
18099 return { 18100 "charac": (None, None, None, None, "TANAAG"), 18101 "compsite": "(?=(?P<PfrJS12IV>TA.AAG))|(?=(?P<PfrJS12IV_as>CTT.TA))", 18102 "dna": None, 18103 "freq": 1024.0, 18104 "fst3": None, 18105 "fst5": None, 18106 "inact_temp": 65, 18107 "opt_temp": 37, 18108 "ovhg": None, 18109 "ovhgseq": None, 18110 "results": None, 18111 "scd3": None, 18112 "scd5": None, 18113 "site": "TANAAG", 18114 "size": 6, 18115 "substrat": "DNA", 18116 "suppl": (), 18117 }
18118 18119 18120 rest_dict["PfrJS12IV"] = _temp() 18121 18122
18123 -def _temp():
18124 return { 18125 "charac": (None, None, None, None, "GGCGGAG"), 18126 "compsite": "(?=(?P<PfrJS12V>GGCGGAG))|(?=(?P<PfrJS12V_as>CTCCGCC))", 18127 "dna": None, 18128 "freq": 16384.0, 18129 "fst3": None, 18130 "fst5": None, 18131 "inact_temp": 65, 18132 "opt_temp": 37, 18133 "ovhg": None, 18134 "ovhgseq": None, 18135 "results": None, 18136 "scd3": None, 18137 "scd5": None, 18138 "site": "GGCGGAG", 18139 "size": 7, 18140 "substrat": "DNA", 18141 "suppl": (), 18142 }
18143 18144 18145 rest_dict["PfrJS12V"] = _temp() 18146 18147
18148 -def _temp():
18149 return { 18150 "charac": (None, None, None, None, "CTTCNAC"), 18151 "compsite": "(?=(?P<PfrJS15III>CTTC.AC))|(?=(?P<PfrJS15III_as>GT.GAAG))", 18152 "dna": None, 18153 "freq": 4096.0, 18154 "fst3": None, 18155 "fst5": None, 18156 "inact_temp": 65, 18157 "opt_temp": 37, 18158 "ovhg": None, 18159 "ovhgseq": None, 18160 "results": None, 18161 "scd3": None, 18162 "scd5": None, 18163 "site": "CTTCNAC", 18164 "size": 7, 18165 "substrat": "DNA", 18166 "suppl": (), 18167 }
18168 18169 18170 rest_dict["PfrJS15III"] = _temp() 18171 18172
18173 -def _temp():
18174 return { 18175 "charac": (None, None, None, None, "GGYGAB"), 18176 "compsite": "(?=(?P<Pin17FIII>GG[CT]GA[CGT]))|(?=(?P<Pin17FIII_as>[ACG]TC[AG]CC))", 18177 "dna": None, 18178 "freq": 682.6666666666666, 18179 "fst3": None, 18180 "fst5": None, 18181 "inact_temp": 65, 18182 "opt_temp": 37, 18183 "ovhg": None, 18184 "ovhgseq": None, 18185 "results": None, 18186 "scd3": None, 18187 "scd5": None, 18188 "site": "GGYGAB", 18189 "size": 6, 18190 "substrat": "DNA", 18191 "suppl": (), 18192 }
18193 18194 18195 rest_dict["Pin17FIII"] = _temp() 18196 18197
18198 -def _temp():
18199 return { 18200 "charac": (1, -1, None, None, "ACCGGT"), 18201 "compsite": "(?=(?P<PinAI>ACCGGT))", 18202 "dna": None, 18203 "freq": 4096.0, 18204 "fst3": -1, 18205 "fst5": 1, 18206 "inact_temp": 65, 18207 "opt_temp": 37, 18208 "ovhg": -4, 18209 "ovhgseq": "CCGG", 18210 "results": None, 18211 "scd3": None, 18212 "scd5": None, 18213 "site": "ACCGGT", 18214 "size": 6, 18215 "substrat": "DNA", 18216 "suppl": ("Q", "X"), 18217 }
18218 18219 18220 rest_dict["PinAI"] = _temp() 18221 18222
18223 -def _temp():
18224 return { 18225 "charac": (None, None, None, None, "CTRKCAG"), 18226 "compsite": "(?=(?P<PinP23II>CT[AG][GT]CAG))|(?=(?P<PinP23II_as>CTG[AC][CT]AG))", 18227 "dna": None, 18228 "freq": 4096.0, 18229 "fst3": None, 18230 "fst5": None, 18231 "inact_temp": 65, 18232 "opt_temp": 37, 18233 "ovhg": None, 18234 "ovhgseq": None, 18235 "results": None, 18236 "scd3": None, 18237 "scd5": None, 18238 "site": "CTRKCAG", 18239 "size": 7, 18240 "substrat": "DNA", 18241 "suppl": (), 18242 }
18243 18244 18245 rest_dict["PinP23II"] = _temp() 18246 18247
18248 -def _temp():
18249 return { 18250 "charac": (None, None, None, None, "GAAGNAG"), 18251 "compsite": "(?=(?P<PinP59III>GAAG.AG))|(?=(?P<PinP59III_as>CT.CTTC))", 18252 "dna": None, 18253 "freq": 4096.0, 18254 "fst3": None, 18255 "fst5": None, 18256 "inact_temp": 65, 18257 "opt_temp": 37, 18258 "ovhg": None, 18259 "ovhgseq": None, 18260 "results": None, 18261 "scd3": None, 18262 "scd5": None, 18263 "site": "GAAGNAG", 18264 "size": 7, 18265 "substrat": "DNA", 18266 "suppl": (), 18267 }
18268 18269 18270 rest_dict["PinP59III"] = _temp() 18271 18272
18273 -def _temp():
18274 return { 18275 "charac": (3, -3, None, None, "GCNGC"), 18276 "compsite": "(?=(?P<PkrI>GC.GC))", 18277 "dna": None, 18278 "freq": 256.0, 18279 "fst3": -3, 18280 "fst5": 3, 18281 "inact_temp": 65, 18282 "opt_temp": 37, 18283 "ovhg": 1, 18284 "ovhgseq": "N", 18285 "results": None, 18286 "scd3": None, 18287 "scd5": None, 18288 "site": "GCNGC", 18289 "size": 5, 18290 "substrat": "DNA", 18291 "suppl": ("I",), 18292 }
18293 18294 18295 rest_dict["PkrI"] = _temp() 18296 18297
18298 -def _temp():
18299 return { 18300 "charac": (27, 19, None, None, "CATCAG"), 18301 "compsite": "(?=(?P<PlaDI>CATCAG))|(?=(?P<PlaDI_as>CTGATG))", 18302 "dna": None, 18303 "freq": 4096.0, 18304 "fst3": 19, 18305 "fst5": 27, 18306 "inact_temp": 65, 18307 "opt_temp": 37, 18308 "ovhg": 2, 18309 "ovhgseq": "NN", 18310 "results": None, 18311 "scd3": None, 18312 "scd5": None, 18313 "site": "CATCAG", 18314 "size": 6, 18315 "substrat": "DNA", 18316 "suppl": (), 18317 }
18318 18319 18320 rest_dict["PlaDI"] = _temp() 18321 18322
18323 -def _temp():
18324 return { 18325 "charac": (4, -4, None, None, "CGATCG"), 18326 "compsite": "(?=(?P<Ple19I>CGATCG))", 18327 "dna": None, 18328 "freq": 4096.0, 18329 "fst3": -4, 18330 "fst5": 4, 18331 "inact_temp": 65, 18332 "opt_temp": 37, 18333 "ovhg": 2, 18334 "ovhgseq": "AT", 18335 "results": None, 18336 "scd3": None, 18337 "scd5": None, 18338 "site": "CGATCG", 18339 "size": 6, 18340 "substrat": "DNA", 18341 "suppl": ("I",), 18342 }
18343 18344 18345 rest_dict["Ple19I"] = _temp() 18346 18347
18348 -def _temp():
18349 return { 18350 "charac": (9, 5, None, None, "GAGTC"), 18351 "compsite": "(?=(?P<PleI>GAGTC))|(?=(?P<PleI_as>GACTC))", 18352 "dna": None, 18353 "freq": 1024.0, 18354 "fst3": 5, 18355 "fst5": 9, 18356 "inact_temp": 65, 18357 "opt_temp": 37, 18358 "ovhg": -1, 18359 "ovhgseq": "N", 18360 "results": None, 18361 "scd3": None, 18362 "scd5": None, 18363 "site": "GAGTC", 18364 "size": 5, 18365 "substrat": "DNA", 18366 "suppl": ("N",), 18367 }
18368 18369 18370 rest_dict["PleI"] = _temp() 18371 18372
18373 -def _temp():
18374 return { 18375 "charac": (None, None, None, None, "CGCCGAC"), 18376 "compsite": "(?=(?P<PliMI>CGCCGAC))|(?=(?P<PliMI_as>GTCGGCG))", 18377 "dna": None, 18378 "freq": 16384.0, 18379 "fst3": None, 18380 "fst5": None, 18381 "inact_temp": 65, 18382 "opt_temp": 37, 18383 "ovhg": None, 18384 "ovhgseq": None, 18385 "results": None, 18386 "scd3": None, 18387 "scd5": None, 18388 "site": "CGCCGAC", 18389 "size": 7, 18390 "substrat": "DNA", 18391 "suppl": (), 18392 }
18393 18394 18395 rest_dict["PliMI"] = _temp() 18396 18397
18398 -def _temp():
18399 return { 18400 "charac": (5, -5, None, None, "GGCGCC"), 18401 "compsite": "(?=(?P<PluTI>GGCGCC))", 18402 "dna": None, 18403 "freq": 4096.0, 18404 "fst3": -5, 18405 "fst5": 5, 18406 "inact_temp": 65, 18407 "opt_temp": 37, 18408 "ovhg": 4, 18409 "ovhgseq": "GCGC", 18410 "results": None, 18411 "scd3": None, 18412 "scd5": None, 18413 "site": "GGCGCC", 18414 "size": 6, 18415 "substrat": "DNA", 18416 "suppl": ("N",), 18417 }
18418 18419 18420 rest_dict["PluTI"] = _temp() 18421 18422
18423 -def _temp():
18424 return { 18425 "charac": (3, -3, None, None, "CACGTG"), 18426 "compsite": "(?=(?P<PmaCI>CACGTG))", 18427 "dna": None, 18428 "freq": 4096.0, 18429 "fst3": -3, 18430 "fst5": 3, 18431 "inact_temp": 65, 18432 "opt_temp": 37, 18433 "ovhg": 0, 18434 "ovhgseq": "", 18435 "results": None, 18436 "scd3": None, 18437 "scd5": None, 18438 "site": "CACGTG", 18439 "size": 6, 18440 "substrat": "DNA", 18441 "suppl": ("K",), 18442 }
18443 18444 18445 rest_dict["PmaCI"] = _temp() 18446 18447
18448 -def _temp():
18449 return { 18450 "charac": (4, -4, None, None, "GTTTAAAC"), 18451 "compsite": "(?=(?P<PmeI>GTTTAAAC))", 18452 "dna": None, 18453 "freq": 65536.0, 18454 "fst3": -4, 18455 "fst5": 4, 18456 "inact_temp": 65, 18457 "opt_temp": 37, 18458 "ovhg": 0, 18459 "ovhgseq": "", 18460 "results": None, 18461 "scd3": None, 18462 "scd5": None, 18463 "site": "GTTTAAAC", 18464 "size": 8, 18465 "substrat": "DNA", 18466 "suppl": ("N",), 18467 }
18468 18469 18470 rest_dict["PmeI"] = _temp() 18471 18472
18473 -def _temp():
18474 return { 18475 "charac": (3, -3, None, None, "CACGTG"), 18476 "compsite": "(?=(?P<PmlI>CACGTG))", 18477 "dna": None, 18478 "freq": 4096.0, 18479 "fst3": -3, 18480 "fst5": 3, 18481 "inact_temp": 65, 18482 "opt_temp": 37, 18483 "ovhg": 0, 18484 "ovhgseq": "", 18485 "results": None, 18486 "scd3": None, 18487 "scd5": None, 18488 "site": "CACGTG", 18489 "size": 6, 18490 "substrat": "DNA", 18491 "suppl": ("N",), 18492 }
18493 18494 18495 rest_dict["PmlI"] = _temp() 18496 18497
18498 -def _temp():
18499 return { 18500 "charac": (-7, -24, 25, 8, "GAACNNNNNCTC"), 18501 "compsite": "(?=(?P<PpiI>GAAC.....CTC))|(?=(?P<PpiI_as>GAG.....GTTC))", 18502 "dna": None, 18503 "freq": 16384.0, 18504 "fst3": -24, 18505 "fst5": -7, 18506 "inact_temp": 65, 18507 "opt_temp": 37, 18508 "ovhg": 5, 18509 "ovhgseq": "NNNNN", 18510 "results": None, 18511 "scd3": 8, 18512 "scd5": 25, 18513 "site": "GAACNNNNNCTC", 18514 "size": 12, 18515 "substrat": "DNA", 18516 "suppl": (), 18517 }
18518 18519 18520 rest_dict["PpiI"] = _temp() 18521 18522
18523 -def _temp():
18524 return { 18525 "charac": (None, None, None, None, "CGCRGAC"), 18526 "compsite": "(?=(?P<PpiP13II>CGC[AG]GAC))|(?=(?P<PpiP13II_as>GTC[CT]GCG))", 18527 "dna": None, 18528 "freq": 8192.0, 18529 "fst3": None, 18530 "fst5": None, 18531 "inact_temp": 65, 18532 "opt_temp": 37, 18533 "ovhg": None, 18534 "ovhgseq": None, 18535 "results": None, 18536 "scd3": None, 18537 "scd5": None, 18538 "site": "CGCRGAC", 18539 "size": 7, 18540 "substrat": "DNA", 18541 "suppl": (), 18542 }
18543 18544 18545 rest_dict["PpiP13II"] = _temp() 18546 18547
18548 -def _temp():
18549 return { 18550 "charac": (9, 5, None, None, "GAGTC"), 18551 "compsite": "(?=(?P<PpsI>GAGTC))|(?=(?P<PpsI_as>GACTC))", 18552 "dna": None, 18553 "freq": 1024.0, 18554 "fst3": 5, 18555 "fst5": 9, 18556 "inact_temp": 65, 18557 "opt_temp": 37, 18558 "ovhg": -1, 18559 "ovhgseq": "N", 18560 "results": None, 18561 "scd3": None, 18562 "scd5": None, 18563 "site": "GAGTC", 18564 "size": 5, 18565 "substrat": "DNA", 18566 "suppl": ("I",), 18567 }
18568 18569 18570 rest_dict["PpsI"] = _temp() 18571 18572
18573 -def _temp():
18574 return { 18575 "charac": (1, -1, None, None, "ATGCAT"), 18576 "compsite": "(?=(?P<Ppu10I>ATGCAT))", 18577 "dna": None, 18578 "freq": 4096.0, 18579 "fst3": -1, 18580 "fst5": 1, 18581 "inact_temp": 65, 18582 "opt_temp": 37, 18583 "ovhg": -4, 18584 "ovhgseq": "TGCA", 18585 "results": None, 18586 "scd3": None, 18587 "scd5": None, 18588 "site": "ATGCAT", 18589 "size": 6, 18590 "substrat": "DNA", 18591 "suppl": (), 18592 }
18593 18594 18595 rest_dict["Ppu10I"] = _temp() 18596 18597
18598 -def _temp():
18599 return { 18600 "charac": (3, -3, None, None, "YACGTR"), 18601 "compsite": "(?=(?P<Ppu21I>[CT]ACGT[AG]))", 18602 "dna": None, 18603 "freq": 1024.0, 18604 "fst3": -3, 18605 "fst5": 3, 18606 "inact_temp": 65, 18607 "opt_temp": 37, 18608 "ovhg": 0, 18609 "ovhgseq": "", 18610 "results": None, 18611 "scd3": None, 18612 "scd5": None, 18613 "site": "YACGTR", 18614 "size": 6, 18615 "substrat": "DNA", 18616 "suppl": ("B",), 18617 }
18618 18619 18620 rest_dict["Ppu21I"] = _temp() 18621 18622
18623 -def _temp():
18624 return { 18625 "charac": (2, -2, None, None, "RGGWCCY"), 18626 "compsite": "(?=(?P<PpuMI>[AG]GG[AT]CC[CT]))", 18627 "dna": None, 18628 "freq": 2048.0, 18629 "fst3": -2, 18630 "fst5": 2, 18631 "inact_temp": 65, 18632 "opt_temp": 37, 18633 "ovhg": -3, 18634 "ovhgseq": "GWC", 18635 "results": None, 18636 "scd3": None, 18637 "scd5": None, 18638 "site": "RGGWCCY", 18639 "size": 7, 18640 "substrat": "DNA", 18641 "suppl": ("N",), 18642 }
18643 18644 18645 rest_dict["PpuMI"] = _temp() 18646 18647
18648 -def _temp():
18649 return { 18650 "charac": (1, -1, None, None, "ACATGT"), 18651 "compsite": "(?=(?P<PscI>ACATGT))", 18652 "dna": None, 18653 "freq": 4096.0, 18654 "fst3": -1, 18655 "fst5": 1, 18656 "inact_temp": 65, 18657 "opt_temp": 37, 18658 "ovhg": -4, 18659 "ovhgseq": "CATG", 18660 "results": None, 18661 "scd3": None, 18662 "scd5": None, 18663 "site": "ACATGT", 18664 "size": 6, 18665 "substrat": "DNA", 18666 "suppl": ("B",), 18667 }
18668 18669 18670 rest_dict["PscI"] = _temp() 18671 18672
18673 -def _temp():
18674 return { 18675 "charac": (None, None, None, None, "RCCGAAG"), 18676 "compsite": "(?=(?P<Pse18267I>[AG]CCGAAG))|(?=(?P<Pse18267I_as>CTTCGG[CT]))", 18677 "dna": None, 18678 "freq": 8192.0, 18679 "fst3": None, 18680 "fst5": None, 18681 "inact_temp": 65, 18682 "opt_temp": 37, 18683 "ovhg": None, 18684 "ovhgseq": None, 18685 "results": None, 18686 "scd3": None, 18687 "scd5": None, 18688 "site": "RCCGAAG", 18689 "size": 7, 18690 "substrat": "DNA", 18691 "suppl": (), 18692 }
18693 18694 18695 rest_dict["Pse18267I"] = _temp() 18696 18697
18698 -def _temp():
18699 return { 18700 "charac": (5, -5, None, None, "GACNNNNGTC"), 18701 "compsite": "(?=(?P<PshAI>GAC....GTC))", 18702 "dna": None, 18703 "freq": 4096.0, 18704 "fst3": -5, 18705 "fst5": 5, 18706 "inact_temp": 65, 18707 "opt_temp": 37, 18708 "ovhg": 0, 18709 "ovhgseq": "", 18710 "results": None, 18711 "scd3": None, 18712 "scd5": None, 18713 "site": "GACNNNNGTC", 18714 "size": 10, 18715 "substrat": "DNA", 18716 "suppl": ("K", "N"), 18717 }
18718 18719 18720 rest_dict["PshAI"] = _temp() 18721 18722
18723 -def _temp():
18724 return { 18725 "charac": (2, -2, None, None, "ATTAAT"), 18726 "compsite": "(?=(?P<PshBI>ATTAAT))", 18727 "dna": None, 18728 "freq": 4096.0, 18729 "fst3": -2, 18730 "fst5": 2, 18731 "inact_temp": 65, 18732 "opt_temp": 37, 18733 "ovhg": -2, 18734 "ovhgseq": "TA", 18735 "results": None, 18736 "scd3": None, 18737 "scd5": None, 18738 "site": "ATTAAT", 18739 "size": 6, 18740 "substrat": "DNA", 18741 "suppl": ("K",), 18742 }
18743 18744 18745 rest_dict["PshBI"] = _temp() 18746 18747
18748 -def _temp():
18749 return { 18750 "charac": (3, -3, None, None, "TTATAA"), 18751 "compsite": "(?=(?P<PsiI>TTATAA))", 18752 "dna": None, 18753 "freq": 4096.0, 18754 "fst3": -3, 18755 "fst5": 3, 18756 "inact_temp": 65, 18757 "opt_temp": 37, 18758 "ovhg": 0, 18759 "ovhgseq": "", 18760 "results": None, 18761 "scd3": None, 18762 "scd5": None, 18763 "site": "TTATAA", 18764 "size": 6, 18765 "substrat": "DNA", 18766 "suppl": ("I", "N"), 18767 }
18768 18769 18770 rest_dict["PsiI"] = _temp() 18771 18772
18773 -def _temp():
18774 return { 18775 "charac": (None, None, None, None, "GCGAAG"), 18776 "compsite": "(?=(?P<Psp0357II>GCGAAG))|(?=(?P<Psp0357II_as>CTTCGC))", 18777 "dna": None, 18778 "freq": 4096.0, 18779 "fst3": None, 18780 "fst5": None, 18781 "inact_temp": 65, 18782 "opt_temp": 37, 18783 "ovhg": None, 18784 "ovhgseq": None, 18785 "results": None, 18786 "scd3": None, 18787 "scd5": None, 18788 "site": "GCGAAG", 18789 "size": 6, 18790 "substrat": "DNA", 18791 "suppl": (), 18792 }
18793 18794 18795 rest_dict["Psp0357II"] = _temp() 18796 18797
18798 -def _temp():
18799 return { 18800 "charac": (4, -4, None, None, "GGWCC"), 18801 "compsite": "(?=(?P<Psp03I>GG[AT]CC))", 18802 "dna": None, 18803 "freq": 512.0, 18804 "fst3": -4, 18805 "fst5": 4, 18806 "inact_temp": 65, 18807 "opt_temp": 37, 18808 "ovhg": 3, 18809 "ovhgseq": "GWC", 18810 "results": None, 18811 "scd3": None, 18812 "scd5": None, 18813 "site": "GGWCC", 18814 "size": 5, 18815 "substrat": "DNA", 18816 "suppl": (), 18817 }
18818 18819 18820 rest_dict["Psp03I"] = _temp() 18821 18822
18823 -def _temp():
18824 return { 18825 "charac": (5, -5, None, None, "GAGCTC"), 18826 "compsite": "(?=(?P<Psp124BI>GAGCTC))", 18827 "dna": None, 18828 "freq": 4096.0, 18829 "fst3": -5, 18830 "fst5": 5, 18831 "inact_temp": 65, 18832 "opt_temp": 37, 18833 "ovhg": 4, 18834 "ovhgseq": "AGCT", 18835 "results": None, 18836 "scd3": None, 18837 "scd5": None, 18838 "site": "GAGCTC", 18839 "size": 6, 18840 "substrat": "DNA", 18841 "suppl": ("I", "V"), 18842 }
18843 18844 18845 rest_dict["Psp124BI"] = _temp() 18846 18847
18848 -def _temp():
18849 return { 18850 "charac": (2, -2, None, None, "AACGTT"), 18851 "compsite": "(?=(?P<Psp1406I>AACGTT))", 18852 "dna": None, 18853 "freq": 4096.0, 18854 "fst3": -2, 18855 "fst5": 2, 18856 "inact_temp": 65, 18857 "opt_temp": 37, 18858 "ovhg": -2, 18859 "ovhgseq": "CG", 18860 "results": None, 18861 "scd3": None, 18862 "scd5": None, 18863 "site": "AACGTT", 18864 "size": 6, 18865 "substrat": "DNA", 18866 "suppl": ("B", "K"), 18867 }
18868 18869 18870 rest_dict["Psp1406I"] = _temp() 18871 18872
18873 -def _temp():
18874 return { 18875 "charac": (2, -2, None, None, "RGGWCCY"), 18876 "compsite": "(?=(?P<Psp5II>[AG]GG[AT]CC[CT]))", 18877 "dna": None, 18878 "freq": 2048.0, 18879 "fst3": -2, 18880 "fst5": 2, 18881 "inact_temp": 65, 18882 "opt_temp": 37, 18883 "ovhg": -3, 18884 "ovhgseq": "GWC", 18885 "results": None, 18886 "scd3": None, 18887 "scd5": None, 18888 "site": "RGGWCCY", 18889 "size": 7, 18890 "substrat": "DNA", 18891 "suppl": ("B",), 18892 }
18893 18894 18895 rest_dict["Psp5II"] = _temp() 18896 18897
18898 -def _temp():
18899 return { 18900 "charac": (0, 0, None, None, "CCWGG"), 18901 "compsite": "(?=(?P<Psp6I>CC[AT]GG))", 18902 "dna": None, 18903 "freq": 512.0, 18904 "fst3": 0, 18905 "fst5": 0, 18906 "inact_temp": 65, 18907 "opt_temp": 37, 18908 "ovhg": -5, 18909 "ovhgseq": "CCWGG", 18910 "results": None, 18911 "scd3": None, 18912 "scd5": None, 18913 "site": "CCWGG", 18914 "size": 5, 18915 "substrat": "DNA", 18916 "suppl": ("I",), 18917 }
18918 18919 18920 rest_dict["Psp6I"] = _temp() 18921 18922
18923 -def _temp():
18924 return { 18925 "charac": (3, -3, None, None, "CACGTG"), 18926 "compsite": "(?=(?P<PspCI>CACGTG))", 18927 "dna": None, 18928 "freq": 4096.0, 18929 "fst3": -3, 18930 "fst5": 3, 18931 "inact_temp": 65, 18932 "opt_temp": 37, 18933 "ovhg": 0, 18934 "ovhgseq": "", 18935 "results": None, 18936 "scd3": None, 18937 "scd5": None, 18938 "site": "CACGTG", 18939 "size": 6, 18940 "substrat": "DNA", 18941 "suppl": ("I", "V"), 18942 }
18943 18944 18945 rest_dict["PspCI"] = _temp() 18946 18947
18948 -def _temp():
18949 return { 18950 "charac": (1, -1, None, None, "GGTNACC"), 18951 "compsite": "(?=(?P<PspEI>GGT.ACC))", 18952 "dna": None, 18953 "freq": 4096.0, 18954 "fst3": -1, 18955 "fst5": 1, 18956 "inact_temp": 65, 18957 "opt_temp": 37, 18958 "ovhg": -5, 18959 "ovhgseq": "GTNAC", 18960 "results": None, 18961 "scd3": None, 18962 "scd5": None, 18963 "site": "GGTNACC", 18964 "size": 7, 18965 "substrat": "DNA", 18966 "suppl": ("I", "V"), 18967 }
18968 18969 18970 rest_dict["PspEI"] = _temp() 18971 18972
18973 -def _temp():
18974 return { 18975 "charac": (1, -1, None, None, "CCCAGC"), 18976 "compsite": "(?=(?P<PspFI>CCCAGC))|(?=(?P<PspFI_as>GCTGGG))", 18977 "dna": None, 18978 "freq": 4096.0, 18979 "fst3": -1, 18980 "fst5": 1, 18981 "inact_temp": 65, 18982 "opt_temp": 37, 18983 "ovhg": -4, 18984 "ovhgseq": "CCAG", 18985 "results": None, 18986 "scd3": None, 18987 "scd5": None, 18988 "site": "CCCAGC", 18989 "size": 6, 18990 "substrat": "DNA", 18991 "suppl": ("B",), 18992 }
18993 18994 18995 rest_dict["PspFI"] = _temp() 18996 18997
18998 -def _temp():
18999 return { 19000 "charac": (0, 0, None, None, "CCWGG"), 19001 "compsite": "(?=(?P<PspGI>CC[AT]GG))", 19002 "dna": None, 19003 "freq": 512.0, 19004 "fst3": 0, 19005 "fst5": 0, 19006 "inact_temp": 65, 19007 "opt_temp": 37, 19008 "ovhg": -5, 19009 "ovhgseq": "CCWGG", 19010 "results": None, 19011 "scd3": None, 19012 "scd5": None, 19013 "site": "CCWGG", 19014 "size": 5, 19015 "substrat": "DNA", 19016 "suppl": ("N",), 19017 }
19018 19019 19020 rest_dict["PspGI"] = _temp() 19021 19022
19023 -def _temp():
19024 return { 19025 "charac": (1, -1, None, None, "CGTACG"), 19026 "compsite": "(?=(?P<PspLI>CGTACG))", 19027 "dna": None, 19028 "freq": 4096.0, 19029 "fst3": -1, 19030 "fst5": 1, 19031 "inact_temp": 65, 19032 "opt_temp": 37, 19033 "ovhg": -4, 19034 "ovhgseq": "GTAC", 19035 "results": None, 19036 "scd3": None, 19037 "scd5": None, 19038 "site": "CGTACG", 19039 "size": 6, 19040 "substrat": "DNA", 19041 "suppl": ("I",), 19042 }
19043 19044 19045 rest_dict["PspLI"] = _temp() 19046 19047
19048 -def _temp():
19049 return { 19050 "charac": (3, -3, None, None, "GGNNCC"), 19051 "compsite": "(?=(?P<PspN4I>GG..CC))", 19052 "dna": None, 19053 "freq": 256.0, 19054 "fst3": -3, 19055 "fst5": 3, 19056 "inact_temp": 65, 19057 "opt_temp": 37, 19058 "ovhg": 0, 19059 "ovhgseq": "", 19060 "results": None, 19061 "scd3": None, 19062 "scd5": None, 19063 "site": "GGNNCC", 19064 "size": 6, 19065 "substrat": "DNA", 19066 "suppl": ("I",), 19067 }
19068 19069 19070 rest_dict["PspN4I"] = _temp() 19071 19072
19073 -def _temp():
19074 return { 19075 "charac": (1, -1, None, None, "GGGCCC"), 19076 "compsite": "(?=(?P<PspOMI>GGGCCC))", 19077 "dna": None, 19078 "freq": 4096.0, 19079 "fst3": -1, 19080 "fst5": 1, 19081 "inact_temp": 65, 19082 "opt_temp": 37, 19083 "ovhg": -4, 19084 "ovhgseq": "GGCC", 19085 "results": None, 19086 "scd3": None, 19087 "scd5": None, 19088 "site": "GGGCCC", 19089 "size": 6, 19090 "substrat": "DNA", 19091 "suppl": ("I", "N", "V"), 19092 }
19093 19094 19095 rest_dict["PspOMI"] = _temp() 19096 19097
19098 -def _temp():
19099 return { 19100 "charac": (27, 18, None, None, "CGCCCAR"), 19101 "compsite": "(?=(?P<PspOMII>CGCCCA[AG]))|(?=(?P<PspOMII_as>[CT]TGGGCG))", 19102 "dna": None, 19103 "freq": 8192.0, 19104 "fst3": 18, 19105 "fst5": 27, 19106 "inact_temp": 65, 19107 "opt_temp": 37, 19108 "ovhg": 2, 19109 "ovhgseq": "NN", 19110 "results": None, 19111 "scd3": None, 19112 "scd5": None, 19113 "site": "CGCCCAR", 19114 "size": 7, 19115 "substrat": "DNA", 19116 "suppl": (), 19117 }
19118 19119 19120 rest_dict["PspOMII"] = _temp() 19121 19122
19123 -def _temp():
19124 return { 19125 "charac": (1, -1, None, None, "GGNCC"), 19126 "compsite": "(?=(?P<PspPI>GG.CC))", 19127 "dna": None, 19128 "freq": 256.0, 19129 "fst3": -1, 19130 "fst5": 1, 19131 "inact_temp": 65, 19132 "opt_temp": 37, 19133 "ovhg": -3, 19134 "ovhgseq": "GNC", 19135 "results": None, 19136 "scd3": None, 19137 "scd5": None, 19138 "site": "GGNCC", 19139 "size": 5, 19140 "substrat": "DNA", 19141 "suppl": ("C",), 19142 }
19143 19144 19145 rest_dict["PspPI"] = _temp() 19146 19147
19148 -def _temp():
19149 return { 19150 "charac": (2, -2, None, None, "RGGWCCY"), 19151 "compsite": "(?=(?P<PspPPI>[AG]GG[AT]CC[CT]))", 19152 "dna": None, 19153 "freq": 2048.0, 19154 "fst3": -2, 19155 "fst5": 2, 19156 "inact_temp": 65, 19157 "opt_temp": 37, 19158 "ovhg": -3, 19159 "ovhgseq": "GWC", 19160 "results": None, 19161 "scd3": None, 19162 "scd5": None, 19163 "site": "RGGWCCY", 19164 "size": 7, 19165 "substrat": "DNA", 19166 "suppl": ("I",), 19167 }
19168 19169 19170 rest_dict["PspPPI"] = _temp() 19171 19172
19173 -def _temp():
19174 return { 19175 "charac": (21, 13, None, None, "CCYCAG"), 19176 "compsite": "(?=(?P<PspPRI>CC[CT]CAG))|(?=(?P<PspPRI_as>CTG[AG]GG))", 19177 "dna": None, 19178 "freq": 2048.0, 19179 "fst3": 13, 19180 "fst5": 21, 19181 "inact_temp": 65, 19182 "opt_temp": 37, 19183 "ovhg": 2, 19184 "ovhgseq": "NN", 19185 "results": None, 19186 "scd3": None, 19187 "scd5": None, 19188 "site": "CCYCAG", 19189 "size": 6, 19190 "substrat": "DNA", 19191 "suppl": (), 19192 }
19193 19194 19195 rest_dict["PspPRI"] = _temp() 19196 19197
19198 -def _temp():
19199 return { 19200 "charac": (2, -2, None, None, "VCTCGAGB"), 19201 "compsite": "(?=(?P<PspXI>[ACG]CTCGAG[CGT]))", 19202 "dna": None, 19203 "freq": 7281.777777777777, 19204 "fst3": -2, 19205 "fst5": 2, 19206 "inact_temp": 65, 19207 "opt_temp": 37, 19208 "ovhg": -4, 19209 "ovhgseq": "TCGA", 19210 "results": None, 19211 "scd3": None, 19212 "scd5": None, 19213 "site": "VCTCGAGB", 19214 "size": 8, 19215 "substrat": "DNA", 19216 "suppl": ("I", "N"), 19217 }
19218 19219 19220 rest_dict["PspXI"] = _temp() 19221 19222
19223 -def _temp():
19224 return { 19225 "charac": (-7, -25, 25, 7, "GAACNNNNNNTAC"), 19226 "compsite": "(?=(?P<PsrI>GAAC......TAC))|(?=(?P<PsrI_as>GTA......GTTC))", 19227 "dna": None, 19228 "freq": 16384.0, 19229 "fst3": -25, 19230 "fst5": -7, 19231 "inact_temp": 65, 19232 "opt_temp": 37, 19233 "ovhg": 5, 19234 "ovhgseq": "NNNNN", 19235 "results": None, 19236 "scd3": 7, 19237 "scd5": 25, 19238 "site": "GAACNNNNNNTAC", 19239 "size": 13, 19240 "substrat": "DNA", 19241 "suppl": ("I",), 19242 }
19243 19244 19245 rest_dict["PsrI"] = _temp() 19246 19247
19248 -def _temp():
19249 return { 19250 "charac": (5, -5, None, None, "RGGNCCY"), 19251 "compsite": "(?=(?P<PssI>[AG]GG.CC[CT]))", 19252 "dna": None, 19253 "freq": 1024.0, 19254 "fst3": -5, 19255 "fst5": 5, 19256 "inact_temp": 65, 19257 "opt_temp": 37, 19258 "ovhg": 3, 19259 "ovhgseq": "GNC", 19260 "results": None, 19261 "scd3": None, 19262 "scd5": None, 19263 "site": "RGGNCCY", 19264 "size": 7, 19265 "substrat": "DNA", 19266 "suppl": (), 19267 }
19268 19269 19270 rest_dict["PssI"] = _temp() 19271 19272
19273 -def _temp():
19274 return { 19275 "charac": (None, None, None, None, "CNYACAC"), 19276 "compsite": "(?=(?P<Pst14472I>C.[CT]ACAC))|(?=(?P<Pst14472I_as>GTGT[AG].G))", 19277 "dna": None, 19278 "freq": 2048.0, 19279 "fst3": None, 19280 "fst5": None, 19281 "inact_temp": 65, 19282 "opt_temp": 37, 19283 "ovhg": None, 19284 "ovhgseq": None, 19285 "results": None, 19286 "scd3": None, 19287 "scd5": None, 19288 "site": "CNYACAC", 19289 "size": 7, 19290 "substrat": "DNA", 19291 "suppl": (), 19292 }
19293 19294 19295 rest_dict["Pst14472I"] = _temp() 19296 19297
19298 -def _temp():
19299 return { 19300 "charac": (None, None, None, None, "CTAMRAG"), 19301 "compsite": "(?=(?P<Pst145I>CTA[AC][AG]AG))|(?=(?P<Pst145I_as>CT[CT][GT]TAG))", 19302 "dna": None, 19303 "freq": 4096.0, 19304 "fst3": None, 19305 "fst5": None, 19306 "inact_temp": 65, 19307 "opt_temp": 37, 19308 "ovhg": None, 19309 "ovhgseq": None, 19310 "results": None, 19311 "scd3": None, 19312 "scd5": None, 19313 "site": "CTAMRAG", 19314 "size": 7, 19315 "substrat": "DNA", 19316 "suppl": (), 19317 }
19318 19319 19320 rest_dict["Pst145I"] = _temp() 19321 19322
19323 -def _temp():
19324 return { 19325 "charac": (None, None, None, None, "GATCGAG"), 19326 "compsite": "(?=(?P<Pst273I>GATCGAG))|(?=(?P<Pst273I_as>CTCGATC))", 19327 "dna": None, 19328 "freq": 16384.0, 19329 "fst3": None, 19330 "fst5": None, 19331 "inact_temp": 65, 19332 "opt_temp": 37, 19333 "ovhg": None, 19334 "ovhgseq": None, 19335 "results": None, 19336 "scd3": None, 19337 "scd5": None, 19338 "site": "GATCGAG", 19339 "size": 7, 19340 "substrat": "DNA", 19341 "suppl": (), 19342 }
19343 19344 19345 rest_dict["Pst273I"] = _temp() 19346 19347
19348 -def _temp():
19349 return { 19350 "charac": (5, -5, None, None, "CTGCAG"), 19351 "compsite": "(?=(?P<PstI>CTGCAG))", 19352 "dna": None, 19353 "freq": 4096.0, 19354 "fst3": -5, 19355 "fst5": 5, 19356 "inact_temp": 65, 19357 "opt_temp": 37, 19358 "ovhg": 4, 19359 "ovhgseq": "TGCA", 19360 "results": None, 19361 "scd3": None, 19362 "scd5": None, 19363 "site": "CTGCAG", 19364 "size": 6, 19365 "substrat": "DNA", 19366 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X"), 19367 }
19368 19369 19370 rest_dict["PstI"] = _temp() 19371 19372
19373 -def _temp():
19374 return { 19375 "charac": (6, -6, None, None, "CAGNNNCTG"), 19376 "compsite": "(?=(?P<PstNI>CAG...CTG))", 19377 "dna": None, 19378 "freq": 4096.0, 19379 "fst3": -6, 19380 "fst5": 6, 19381 "inact_temp": 65, 19382 "opt_temp": 37, 19383 "ovhg": 3, 19384 "ovhgseq": "NNN", 19385 "results": None, 19386 "scd3": None, 19387 "scd5": None, 19388 "site": "CAGNNNCTG", 19389 "size": 9, 19390 "substrat": "DNA", 19391 "suppl": ("I",), 19392 }
19393 19394 19395 rest_dict["PstNI"] = _temp() 19396 19397
19398 -def _temp():
19399 return { 19400 "charac": (None, None, None, None, "BBCGD"), 19401 "compsite": "(?=(?P<PsuGI>[CGT][CGT]CG[AGT]))|(?=(?P<PsuGI_as>[ACT]CG[ACG][ACG]))", 19402 "dna": None, 19403 "freq": 37.925925925925924, 19404 "fst3": None, 19405 "fst5": None, 19406 "inact_temp": 65, 19407 "opt_temp": 37, 19408 "ovhg": None, 19409 "ovhgseq": None, 19410 "results": None, 19411 "scd3": None, 19412 "scd5": None, 19413 "site": "BBCGD", 19414 "size": 5, 19415 "substrat": "DNA", 19416 "suppl": (), 19417 }
19418 19419 19420 rest_dict["PsuGI"] = _temp() 19421 19422
19423 -def _temp():
19424 return { 19425 "charac": (1, -1, None, None, "RGATCY"), 19426 "compsite": "(?=(?P<PsuI>[AG]GATC[CT]))", 19427 "dna": None, 19428 "freq": 1024.0, 19429 "fst3": -1, 19430 "fst5": 1, 19431 "inact_temp": 65, 19432 "opt_temp": 37, 19433 "ovhg": -4, 19434 "ovhgseq": "GATC", 19435 "results": None, 19436 "scd3": None, 19437 "scd5": None, 19438 "site": "RGATCY", 19439 "size": 6, 19440 "substrat": "DNA", 19441 "suppl": ("B",), 19442 }
19443 19444 19445 rest_dict["PsuI"] = _temp() 19446 19447
19448 -def _temp():
19449 return { 19450 "charac": (4, -4, None, None, "GACNNNGTC"), 19451 "compsite": "(?=(?P<PsyI>GAC...GTC))", 19452 "dna": None, 19453 "freq": 4096.0, 19454 "fst3": -4, 19455 "fst5": 4, 19456 "inact_temp": 65, 19457 "opt_temp": 37, 19458 "ovhg": -1, 19459 "ovhgseq": "N", 19460 "results": None, 19461 "scd3": None, 19462 "scd5": None, 19463 "site": "GACNNNGTC", 19464 "size": 9, 19465 "substrat": "DNA", 19466 "suppl": ("B",), 19467 }
19468 19469 19470 rest_dict["PsyI"] = _temp() 19471 19472
19473 -def _temp():
19474 return { 19475 "charac": (1, -1, None, None, "GCGCGC"), 19476 "compsite": "(?=(?P<PteI>GCGCGC))", 19477 "dna": None, 19478 "freq": 4096.0, 19479 "fst3": -1, 19480 "fst5": 1, 19481 "inact_temp": 65, 19482 "opt_temp": 37, 19483 "ovhg": -4, 19484 "ovhgseq": "CGCG", 19485 "results": None, 19486 "scd3": None, 19487 "scd5": None, 19488 "site": "GCGCGC", 19489 "size": 6, 19490 "substrat": "DNA", 19491 "suppl": ("B",), 19492 }
19493 19494 19495 rest_dict["PteI"] = _temp() 19496 19497
19498 -def _temp():
19499 return { 19500 "charac": (4, -4, None, None, "CGATCG"), 19501 "compsite": "(?=(?P<PvuI>CGATCG))", 19502 "dna": None, 19503 "freq": 4096.0, 19504 "fst3": -4, 19505 "fst5": 4, 19506 "inact_temp": 65, 19507 "opt_temp": 37, 19508 "ovhg": 2, 19509 "ovhgseq": "AT", 19510 "results": None, 19511 "scd3": None, 19512 "scd5": None, 19513 "site": "CGATCG", 19514 "size": 6, 19515 "substrat": "DNA", 19516 "suppl": ("B", "K", "M", "N", "O", "Q", "R", "S", "X"), 19517 }
19518 19519 19520 rest_dict["PvuI"] = _temp() 19521 19522
19523 -def _temp():
19524 return { 19525 "charac": (3, -3, None, None, "CAGCTG"), 19526 "compsite": "(?=(?P<PvuII>CAGCTG))", 19527 "dna": None, 19528 "freq": 4096.0, 19529 "fst3": -3, 19530 "fst5": 3, 19531 "inact_temp": 65, 19532 "opt_temp": 37, 19533 "ovhg": 0, 19534 "ovhgseq": "", 19535 "results": None, 19536 "scd3": None, 19537 "scd5": None, 19538 "site": "CAGCTG", 19539 "size": 6, 19540 "substrat": "DNA", 19541 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X"), 19542 }
19543 19544 19545 rest_dict["PvuII"] = _temp() 19546 19547
19548 -def _temp():
19549 return { 19550 "charac": (None, None, None, None, "CACGAGH"), 19551 "compsite": "(?=(?P<Rba2021I>CACGAG[ACT]))|(?=(?P<Rba2021I_as>[AGT]CTCGTG))", 19552 "dna": None, 19553 "freq": 5461.333333333333, 19554 "fst3": None, 19555 "fst5": None, 19556 "inact_temp": 65, 19557 "opt_temp": 37, 19558 "ovhg": None, 19559 "ovhgseq": None, 19560 "results": None, 19561 "scd3": None, 19562 "scd5": None, 19563 "site": "CACGAGH", 19564 "size": 7, 19565 "substrat": "DNA", 19566 "suppl": (), 19567 }
19568 19569 19570 rest_dict["Rba2021I"] = _temp() 19571 19572
19573 -def _temp():
19574 return { 19575 "charac": (27, 18, None, None, "CATCGAC"), 19576 "compsite": "(?=(?P<RceI>CATCGAC))|(?=(?P<RceI_as>GTCGATG))", 19577 "dna": None, 19578 "freq": 16384.0, 19579 "fst3": 18, 19580 "fst5": 27, 19581 "inact_temp": 65, 19582 "opt_temp": 37, 19583 "ovhg": 2, 19584 "ovhgseq": "NN", 19585 "results": None, 19586 "scd3": None, 19587 "scd5": None, 19588 "site": "CATCGAC", 19589 "size": 7, 19590 "substrat": "DNA", 19591 "suppl": (), 19592 }
19593 19594 19595 rest_dict["RceI"] = _temp() 19596 19597
19598 -def _temp():
19599 return { 19600 "charac": (None, None, None, None, "CCGCAG"), 19601 "compsite": "(?=(?P<RdeGBI>CCGCAG))|(?=(?P<RdeGBI_as>CTGCGG))", 19602 "dna": None, 19603 "freq": 4096.0, 19604 "fst3": None, 19605 "fst5": None, 19606 "inact_temp": 65, 19607 "opt_temp": 37, 19608 "ovhg": None, 19609 "ovhgseq": None, 19610 "results": None, 19611 "scd3": None, 19612 "scd5": None, 19613 "site": "CCGCAG", 19614 "size": 6, 19615 "substrat": "DNA", 19616 "suppl": (), 19617 }
19618 19619 19620 rest_dict["RdeGBI"] = _temp() 19621 19622
19623 -def _temp():
19624 return { 19625 "charac": (26, 18, None, None, "ACCCAG"), 19626 "compsite": "(?=(?P<RdeGBII>ACCCAG))|(?=(?P<RdeGBII_as>CTGGGT))", 19627 "dna": None, 19628 "freq": 4096.0, 19629 "fst3": 18, 19630 "fst5": 26, 19631 "inact_temp": 65, 19632 "opt_temp": 37, 19633 "ovhg": 2, 19634 "ovhgseq": "NN", 19635 "results": None, 19636 "scd3": None, 19637 "scd5": None, 19638 "site": "ACCCAG", 19639 "size": 6, 19640 "substrat": "DNA", 19641 "suppl": (), 19642 }
19643 19644 19645 rest_dict["RdeGBII"] = _temp() 19646 19647
19648 -def _temp():
19649 return { 19650 "charac": (-9, -17, 17, 9, "TGRYCA"), 19651 "compsite": "(?=(?P<RdeGBIII>TG[AG][CT]CA))", 19652 "dna": None, 19653 "freq": 1024.0, 19654 "fst3": -17, 19655 "fst5": -9, 19656 "inact_temp": 65, 19657 "opt_temp": 37, 19658 "ovhg": 2, 19659 "ovhgseq": "NN", 19660 "results": None, 19661 "scd3": 9, 19662 "scd5": 17, 19663 "site": "TGRYCA", 19664 "size": 6, 19665 "substrat": "DNA", 19666 "suppl": (), 19667 }
19668 19669 19670 rest_dict["RdeGBIII"] = _temp() 19671 19672
19673 -def _temp():
19674 return { 19675 "charac": (None, None, None, None, "CGCCAG"), 19676 "compsite": "(?=(?P<RflFIII>CGCCAG))|(?=(?P<RflFIII_as>CTGGCG))", 19677 "dna": None, 19678 "freq": 4096.0, 19679 "fst3": None, 19680 "fst5": None, 19681 "inact_temp": 65, 19682 "opt_temp": 37, 19683 "ovhg": None, 19684 "ovhgseq": None, 19685 "results": None, 19686 "scd3": None, 19687 "scd5": None, 19688 "site": "CGCCAG", 19689 "size": 6, 19690 "substrat": "DNA", 19691 "suppl": (), 19692 }
19693 19694 19695 rest_dict["RflFIII"] = _temp() 19696 19697
19698 -def _temp():
19699 return { 19700 "charac": (5, -5, None, None, "GCGATCGC"), 19701 "compsite": "(?=(?P<RgaI>GCGATCGC))", 19702 "dna": None, 19703 "freq": 65536.0, 19704 "fst3": -5, 19705 "fst5": 5, 19706 "inact_temp": 65, 19707 "opt_temp": 37, 19708 "ovhg": 2, 19709 "ovhgseq": "AT", 19710 "results": None, 19711 "scd3": None, 19712 "scd5": None, 19713 "site": "GCGATCGC", 19714 "size": 8, 19715 "substrat": "DNA", 19716 "suppl": ("I",), 19717 }
19718 19719 19720 rest_dict["RgaI"] = _temp() 19721 19722
19723 -def _temp():
19724 return { 19725 "charac": (6, -6, None, None, "GGCCGGCC"), 19726 "compsite": "(?=(?P<RigI>GGCCGGCC))", 19727 "dna": None, 19728 "freq": 65536.0, 19729 "fst3": -6, 19730 "fst5": 6, 19731 "inact_temp": 65, 19732 "opt_temp": 37, 19733 "ovhg": 4, 19734 "ovhgseq": "CCGG", 19735 "results": None, 19736 "scd3": None, 19737 "scd5": None, 19738 "site": "GGCCGGCC", 19739 "size": 8, 19740 "substrat": "DNA", 19741 "suppl": ("I",), 19742 }
19743 19744 19745 rest_dict["RigI"] = _temp() 19746 19747
19748 -def _temp():
19749 return { 19750 "charac": (None, None, None, None, "VCW"), 19751 "compsite": "(?=(?P<RlaI>[ACG]C[AT]))|(?=(?P<RlaI_as>[AT]G[CGT]))", 19752 "dna": None, 19753 "freq": 10.666666666666666, 19754 "fst3": None, 19755 "fst5": None, 19756 "inact_temp": 65, 19757 "opt_temp": 37, 19758 "ovhg": None, 19759 "ovhgseq": None, 19760 "results": None, 19761 "scd3": None, 19762 "scd5": None, 19763 "site": "VCW", 19764 "size": 3, 19765 "substrat": "DNA", 19766 "suppl": (), 19767 }
19768 19769 19770 rest_dict["RlaI"] = _temp() 19771 19772
19773 -def _temp():
19774 return { 19775 "charac": (26, 18, None, None, "ACACAG"), 19776 "compsite": "(?=(?P<RlaII>ACACAG))|(?=(?P<RlaII_as>CTGTGT))", 19777 "dna": None, 19778 "freq": 4096.0, 19779 "fst3": 18, 19780 "fst5": 26, 19781 "inact_temp": 65, 19782 "opt_temp": 37, 19783 "ovhg": 2, 19784 "ovhgseq": "NN", 19785 "results": None, 19786 "scd3": None, 19787 "scd5": None, 19788 "site": "ACACAG", 19789 "size": 6, 19790 "substrat": "DNA", 19791 "suppl": (), 19792 }
19793 19794 19795 rest_dict["RlaII"] = _temp() 19796 19797
19798 -def _temp():
19799 return { 19800 "charac": (18, 9, None, None, "CCCACA"), 19801 "compsite": "(?=(?P<RleAI>CCCACA))|(?=(?P<RleAI_as>TGTGGG))", 19802 "dna": None, 19803 "freq": 4096.0, 19804 "fst3": 9, 19805 "fst5": 18, 19806 "inact_temp": 65, 19807 "opt_temp": 37, 19808 "ovhg": 3, 19809 "ovhgseq": "NNN", 19810 "results": None, 19811 "scd3": None, 19812 "scd5": None, 19813 "site": "CCCACA", 19814 "size": 6, 19815 "substrat": "DNA", 19816 "suppl": (), 19817 }
19818 19819 19820 rest_dict["RleAI"] = _temp() 19821 19822
19823 -def _temp():
19824 return { 19825 "charac": (None, None, None, None, "GGCYAC"), 19826 "compsite": "(?=(?P<Rmu369III>GGC[CT]AC))|(?=(?P<Rmu369III_as>GT[AG]GCC))", 19827 "dna": None, 19828 "freq": 2048.0, 19829 "fst3": None, 19830 "fst5": None, 19831 "inact_temp": 65, 19832 "opt_temp": 37, 19833 "ovhg": None, 19834 "ovhgseq": None, 19835 "results": None, 19836 "scd3": None, 19837 "scd5": None, 19838 "site": "GGCYAC", 19839 "size": 6, 19840 "substrat": "DNA", 19841 "suppl": (), 19842 }
19843 19844 19845 rest_dict["Rmu369III"] = _temp() 19846 19847
19848 -def _temp():
19849 return { 19850 "charac": (27, 18, None, None, "CGRGGAC"), 19851 "compsite": "(?=(?P<RpaB5I>CG[AG]GGAC))|(?=(?P<RpaB5I_as>GTCC[CT]CG))", 19852 "dna": None, 19853 "freq": 8192.0, 19854 "fst3": 18, 19855 "fst5": 27, 19856 "inact_temp": 65, 19857 "opt_temp": 37, 19858 "ovhg": 2, 19859 "ovhgseq": "NN", 19860 "results": None, 19861 "scd3": None, 19862 "scd5": None, 19863 "site": "CGRGGAC", 19864 "size": 7, 19865 "substrat": "DNA", 19866 "suppl": (), 19867 }
19868 19869 19870 rest_dict["RpaB5I"] = _temp() 19871 19872
19873 -def _temp():
19874 return { 19875 "charac": (27, 18, None, None, "CCCGCAG"), 19876 "compsite": "(?=(?P<RpaBI>CCCGCAG))|(?=(?P<RpaBI_as>CTGCGGG))", 19877 "dna": None, 19878 "freq": 16384.0, 19879 "fst3": 18, 19880 "fst5": 27, 19881 "inact_temp": 65, 19882 "opt_temp": 37, 19883 "ovhg": 2, 19884 "ovhgseq": "NN", 19885 "results": None, 19886 "scd3": None, 19887 "scd5": None, 19888 "site": "CCCGCAG", 19889 "size": 7, 19890 "substrat": "DNA", 19891 "suppl": (), 19892 }
19893 19894 19895 rest_dict["RpaBI"] = _temp() 19896 19897
19898 -def _temp():
19899 return { 19900 "charac": (18, 9, None, None, "GTYGGAG"), 19901 "compsite": "(?=(?P<RpaI>GT[CT]GGAG))|(?=(?P<RpaI_as>CTCC[AG]AC))", 19902 "dna": None, 19903 "freq": 8192.0, 19904 "fst3": 9, 19905 "fst5": 18, 19906 "inact_temp": 65, 19907 "opt_temp": 37, 19908 "ovhg": 2, 19909 "ovhgseq": "NN", 19910 "results": None, 19911 "scd3": None, 19912 "scd5": None, 19913 "site": "GTYGGAG", 19914 "size": 7, 19915 "substrat": "DNA", 19916 "suppl": (), 19917 }
19918 19919 19920 rest_dict["RpaI"] = _temp() 19921 19922
19923 -def _temp():
19924 return { 19925 "charac": (None, None, None, None, "GRTGGAG"), 19926 "compsite": "(?=(?P<RpaTI>G[AG]TGGAG))|(?=(?P<RpaTI_as>CTCCA[CT]C))", 19927 "dna": None, 19928 "freq": 8192.0, 19929 "fst3": None, 19930 "fst5": None, 19931 "inact_temp": 65, 19932 "opt_temp": 37, 19933 "ovhg": None, 19934 "ovhgseq": None, 19935 "results": None, 19936 "scd3": None, 19937 "scd5": None, 19938 "site": "GRTGGAG", 19939 "size": 7, 19940 "substrat": "DNA", 19941 "suppl": (), 19942 }
19943 19944 19945 rest_dict["RpaTI"] = _temp() 19946 19947
19948 -def _temp():
19949 return { 19950 "charac": (3, -3, None, None, "TCGCGA"), 19951 "compsite": "(?=(?P<RruI>TCGCGA))", 19952 "dna": None, 19953 "freq": 4096.0, 19954 "fst3": -3, 19955 "fst5": 3, 19956 "inact_temp": 65, 19957 "opt_temp": 37, 19958 "ovhg": 0, 19959 "ovhgseq": "", 19960 "results": None, 19961 "scd3": None, 19962 "scd5": None, 19963 "site": "TCGCGA", 19964 "size": 6, 19965 "substrat": "DNA", 19966 "suppl": ("B",), 19967 }
19968 19969 19970 rest_dict["RruI"] = _temp() 19971 19972
19973 -def _temp():
19974 return { 19975 "charac": (2, -2, None, None, "GTAC"), 19976 "compsite": "(?=(?P<RsaI>GTAC))", 19977 "dna": None, 19978 "freq": 256.0, 19979 "fst3": -2, 19980 "fst5": 2, 19981 "inact_temp": 65, 19982 "opt_temp": 37, 19983 "ovhg": 0, 19984 "ovhgseq": "", 19985 "results": None, 19986 "scd3": None, 19987 "scd5": None, 19988 "site": "GTAC", 19989 "size": 4, 19990 "substrat": "DNA", 19991 "suppl": ("B", "C", "I", "J", "M", "N", "Q", "R", "S", "V", "X", "Y"), 19992 }
19993 19994 19995 rest_dict["RsaI"] = _temp() 19996 19997
19998 -def _temp():
19999 return { 20000 "charac": (1, -1, None, None, "GTAC"), 20001 "compsite": "(?=(?P<RsaNI>GTAC))", 20002 "dna": None, 20003 "freq": 256.0, 20004 "fst3": -1, 20005 "fst5": 1, 20006 "inact_temp": 65, 20007 "opt_temp": 37, 20008 "ovhg": -2, 20009 "ovhgseq": "TA", 20010 "results": None, 20011 "scd3": None, 20012 "scd5": None, 20013 "site": "GTAC", 20014 "size": 4, 20015 "substrat": "DNA", 20016 "suppl": ("I",), 20017 }
20018 20019 20020 rest_dict["RsaNI"] = _temp() 20021 20022
20023 -def _temp():
20024 return { 20025 "charac": (5, -5, None, None, "CAYNNNNRTG"), 20026 "compsite": "(?=(?P<RseI>CA[CT]....[AG]TG))", 20027 "dna": None, 20028 "freq": 1024.0, 20029 "fst3": -5, 20030 "fst5": 5, 20031 "inact_temp": 65, 20032 "opt_temp": 37, 20033 "ovhg": 0, 20034 "ovhgseq": "", 20035 "results": None, 20036 "scd3": None, 20037 "scd5": None, 20038 "site": "CAYNNNNRTG", 20039 "size": 10, 20040 "substrat": "DNA", 20041 "suppl": ("B",), 20042 }
20043 20044 20045 rest_dict["RseI"] = _temp() 20046 20047
20048 -def _temp():
20049 return { 20050 "charac": (None, None, None, None, "ACGCAG"), 20051 "compsite": "(?=(?P<Rsp008IV>ACGCAG))|(?=(?P<Rsp008IV_as>CTGCGT))", 20052 "dna": None, 20053 "freq": 4096.0, 20054 "fst3": None, 20055 "fst5": None, 20056 "inact_temp": 65, 20057 "opt_temp": 37, 20058 "ovhg": None, 20059 "ovhgseq": None, 20060 "results": None, 20061 "scd3": None, 20062 "scd5": None, 20063 "site": "ACGCAG", 20064 "size": 6, 20065 "substrat": "DNA", 20066 "suppl": (), 20067 }
20068 20069 20070 rest_dict["Rsp008IV"] = _temp() 20071 20072
20073 -def _temp():
20074 return { 20075 "charac": (None, None, None, None, "GCCCAT"), 20076 "compsite": "(?=(?P<Rsp008V>GCCCAT))|(?=(?P<Rsp008V_as>ATGGGC))", 20077 "dna": None, 20078 "freq": 4096.0, 20079 "fst3": None, 20080 "fst5": None, 20081 "inact_temp": 65, 20082 "opt_temp": 37, 20083 "ovhg": None, 20084 "ovhgseq": None, 20085 "results": None, 20086 "scd3": None, 20087 "scd5": None, 20088 "site": "GCCCAT", 20089 "size": 6, 20090 "substrat": "DNA", 20091 "suppl": (), 20092 }
20093 20094 20095 rest_dict["Rsp008V"] = _temp() 20096 20097
20098 -def _temp():
20099 return { 20100 "charac": (None, None, None, None, "CACACG"), 20101 "compsite": "(?=(?P<Rsp531II>CACACG))|(?=(?P<Rsp531II_as>CGTGTG))", 20102 "dna": None, 20103 "freq": 4096.0, 20104 "fst3": None, 20105 "fst5": None, 20106 "inact_temp": 65, 20107 "opt_temp": 37, 20108 "ovhg": None, 20109 "ovhgseq": None, 20110 "results": None, 20111 "scd3": None, 20112 "scd5": None, 20113 "site": "CACACG", 20114 "size": 6, 20115 "substrat": "DNA", 20116 "suppl": (), 20117 }
20118 20119 20120 rest_dict["Rsp531II"] = _temp() 20121 20122
20123 -def _temp():
20124 return { 20125 "charac": (None, None, None, None, "CTTCGAG"), 20126 "compsite": "(?=(?P<RspPBTS2III>CTTCGAG))|(?=(?P<RspPBTS2III_as>CTCGAAG))", 20127 "dna": None, 20128 "freq": 16384.0, 20129 "fst3": None, 20130 "fst5": None, 20131 "inact_temp": 65, 20132 "opt_temp": 37, 20133 "ovhg": None, 20134 "ovhgseq": None, 20135 "results": None, 20136 "scd3": None, 20137 "scd5": None, 20138 "site": "CTTCGAG", 20139 "size": 7, 20140 "substrat": "DNA", 20141 "suppl": (), 20142 }
20143 20144 20145 rest_dict["RspPBTS2III"] = _temp() 20146 20147
20148 -def _temp():
20149 return { 20150 "charac": (2, -2, None, None, "CGGWCCG"), 20151 "compsite": "(?=(?P<Rsr2I>CGG[AT]CCG))", 20152 "dna": None, 20153 "freq": 8192.0, 20154 "fst3": -2, 20155 "fst5": 2, 20156 "inact_temp": 65, 20157 "opt_temp": 37, 20158 "ovhg": -3, 20159 "ovhgseq": "GWC", 20160 "results": None, 20161 "scd3": None, 20162 "scd5": None, 20163 "site": "CGGWCCG", 20164 "size": 7, 20165 "substrat": "DNA", 20166 "suppl": ("I", "V"), 20167 }
20168 20169 20170 rest_dict["Rsr2I"] = _temp() 20171 20172
20173 -def _temp():
20174 return { 20175 "charac": (2, -2, None, None, "CGGWCCG"), 20176 "compsite": "(?=(?P<RsrII>CGG[AT]CCG))", 20177 "dna": None, 20178 "freq": 8192.0, 20179 "fst3": -2, 20180 "fst5": 2, 20181 "inact_temp": 65, 20182 "opt_temp": 37, 20183 "ovhg": -3, 20184 "ovhgseq": "GWC", 20185 "results": None, 20186 "scd3": None, 20187 "scd5": None, 20188 "site": "CGGWCCG", 20189 "size": 7, 20190 "substrat": "DNA", 20191 "suppl": ("N", "Q", "X"), 20192 }
20193 20194 20195 rest_dict["RsrII"] = _temp() 20196 20197
20198 -def _temp():
20199 return { 20200 "charac": (None, None, None, None, "TGANNNNNNTGA"), 20201 "compsite": "(?=(?P<Rtr1953I>TGA......TGA))|(?=(?P<Rtr1953I_as>TCA......TCA))", 20202 "dna": None, 20203 "freq": 4096.0, 20204 "fst3": None, 20205 "fst5": None, 20206 "inact_temp": 65, 20207 "opt_temp": 37, 20208 "ovhg": None, 20209 "ovhgseq": None, 20210 "results": None, 20211 "scd3": None, 20212 "scd5": None, 20213 "site": "TGANNNNNNTGA", 20214 "size": 12, 20215 "substrat": "DNA", 20216 "suppl": (), 20217 }
20218 20219 20220 rest_dict["Rtr1953I"] = _temp() 20221 20222
20223 -def _temp():
20224 return { 20225 "charac": (5, -5, None, None, "GAGCTC"), 20226 "compsite": "(?=(?P<SacI>GAGCTC))", 20227 "dna": None, 20228 "freq": 4096.0, 20229 "fst3": -5, 20230 "fst5": 5, 20231 "inact_temp": 65, 20232 "opt_temp": 37, 20233 "ovhg": 4, 20234 "ovhgseq": "AGCT", 20235 "results": None, 20236 "scd3": None, 20237 "scd5": None, 20238 "site": "GAGCTC", 20239 "size": 6, 20240 "substrat": "DNA", 20241 "suppl": ("B", "J", "K", "M", "N", "O", "Q", "R", "S", "X"), 20242 }
20243 20244 20245 rest_dict["SacI"] = _temp() 20246 20247
20248 -def _temp():
20249 return { 20250 "charac": (4, -4, None, None, "CCGCGG"), 20251 "compsite": "(?=(?P<SacII>CCGCGG))", 20252 "dna": None, 20253 "freq": 4096.0, 20254 "fst3": -4, 20255 "fst5": 4, 20256 "inact_temp": 65, 20257 "opt_temp": 37, 20258 "ovhg": 2, 20259 "ovhgseq": "GC", 20260 "results": None, 20261 "scd3": None, 20262 "scd5": None, 20263 "site": "CCGCGG", 20264 "size": 6, 20265 "substrat": "DNA", 20266 "suppl": ("B", "J", "K", "N", "O", "Q", "R", "X"), 20267 }
20268 20269 20270 rest_dict["SacII"] = _temp() 20271 20272
20273 -def _temp():
20274 return { 20275 "charac": (None, None, None, None, "CAATNAG"), 20276 "compsite": "(?=(?P<Saf8902III>CAAT.AG))|(?=(?P<Saf8902III_as>CT.ATTG))", 20277 "dna": None, 20278 "freq": 4096.0, 20279 "fst3": None, 20280 "fst5": None, 20281 "inact_temp": 65, 20282 "opt_temp": 37, 20283 "ovhg": None, 20284 "ovhgseq": None, 20285 "results": None, 20286 "scd3": None, 20287 "scd5": None, 20288 "site": "CAATNAG", 20289 "size": 7, 20290 "substrat": "DNA", 20291 "suppl": (), 20292 }
20293 20294 20295 rest_dict["Saf8902III"] = _temp() 20296 20297
20298 -def _temp():
20299 return { 20300 "charac": (None, None, None, None, "GCAAAT"), 20301 "compsite": "(?=(?P<Sag901I>GCAAAT))|(?=(?P<Sag901I_as>ATTTGC))", 20302 "dna": None, 20303 "freq": 4096.0, 20304 "fst3": None, 20305 "fst5": None, 20306 "inact_temp": 65, 20307 "opt_temp": 37, 20308 "ovhg": None, 20309 "ovhgseq": None, 20310 "results": None, 20311 "scd3": None, 20312 "scd5": None, 20313 "site": "GCAAAT", 20314 "size": 6, 20315 "substrat": "DNA", 20316 "suppl": (), 20317 }
20318 20319 20320 rest_dict["Sag901I"] = _temp() 20321 20322
20323 -def _temp():
20324 return { 20325 "charac": (1, -1, None, None, "GTCGAC"), 20326 "compsite": "(?=(?P<SalI>GTCGAC))", 20327 "dna": None, 20328 "freq": 4096.0, 20329 "fst3": -1, 20330 "fst5": 1, 20331 "inact_temp": 65, 20332 "opt_temp": 37, 20333 "ovhg": -4, 20334 "ovhgseq": "TCGA", 20335 "results": None, 20336 "scd3": None, 20337 "scd5": None, 20338 "site": "GTCGAC", 20339 "size": 6, 20340 "substrat": "DNA", 20341 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X"), 20342 }
20343 20344 20345 rest_dict["SalI"] = _temp() 20346 20347
20348 -def _temp():
20349 return { 20350 "charac": (2, -2, None, None, "GGGWCCC"), 20351 "compsite": "(?=(?P<SanDI>GGG[AT]CCC))", 20352 "dna": None, 20353 "freq": 8192.0, 20354 "fst3": -2, 20355 "fst5": 2, 20356 "inact_temp": 65, 20357 "opt_temp": 37, 20358 "ovhg": -3, 20359 "ovhgseq": "GWC", 20360 "results": None, 20361 "scd3": None, 20362 "scd5": None, 20363 "site": "GGGWCCC", 20364 "size": 7, 20365 "substrat": "DNA", 20366 "suppl": (), 20367 }
20368 20369 20370 rest_dict["SanDI"] = _temp() 20371 20372
20373 -def _temp():
20374 return { 20375 "charac": (8, 4, None, None, "GCTCTTC"), 20376 "compsite": "(?=(?P<SapI>GCTCTTC))|(?=(?P<SapI_as>GAAGAGC))", 20377 "dna": None, 20378 "freq": 16384.0, 20379 "fst3": 4, 20380 "fst5": 8, 20381 "inact_temp": 65, 20382 "opt_temp": 37, 20383 "ovhg": -3, 20384 "ovhgseq": "NNN", 20385 "results": None, 20386 "scd3": None, 20387 "scd5": None, 20388 "site": "GCTCTTC", 20389 "size": 7, 20390 "substrat": "DNA", 20391 "suppl": ("N",), 20392 }
20393 20394 20395 rest_dict["SapI"] = _temp() 20396 20397
20398 -def _temp():
20399 return { 20400 "charac": (1, -1, None, None, "TTAA"), 20401 "compsite": "(?=(?P<SaqAI>TTAA))", 20402 "dna": None, 20403 "freq": 256.0, 20404 "fst3": -1, 20405 "fst5": 1, 20406 "inact_temp": 65, 20407 "opt_temp": 37, 20408 "ovhg": -2, 20409 "ovhgseq": "TA", 20410 "results": None, 20411 "scd3": None, 20412 "scd5": None, 20413 "site": "TTAA", 20414 "size": 4, 20415 "substrat": "DNA", 20416 "suppl": ("B",), 20417 }
20418 20419 20420 rest_dict["SaqAI"] = _temp() 20421 20422
20423 -def _temp():
20424 return { 20425 "charac": (2, -2, None, None, "GCNGC"), 20426 "compsite": "(?=(?P<SatI>GC.GC))", 20427 "dna": None, 20428 "freq": 256.0, 20429 "fst3": -2, 20430 "fst5": 2, 20431 "inact_temp": 65, 20432 "opt_temp": 37, 20433 "ovhg": -1, 20434 "ovhgseq": "N", 20435 "results": None, 20436 "scd3": None, 20437 "scd5": None, 20438 "site": "GCNGC", 20439 "size": 5, 20440 "substrat": "DNA", 20441 "suppl": ("B",), 20442 }
20443 20444 20445 rest_dict["SatI"] = _temp() 20446 20447
20448 -def _temp():
20449 return { 20450 "charac": (0, 0, None, None, "GATC"), 20451 "compsite": "(?=(?P<Sau3AI>GATC))", 20452 "dna": None, 20453 "freq": 256.0, 20454 "fst3": 0, 20455 "fst5": 0, 20456 "inact_temp": 65, 20457 "opt_temp": 37, 20458 "ovhg": -4, 20459 "ovhgseq": "GATC", 20460 "results": None, 20461 "scd3": None, 20462 "scd5": None, 20463 "site": "GATC", 20464 "size": 4, 20465 "substrat": "DNA", 20466 "suppl": ("C", "J", "K", "M", "N", "R", "X"), 20467 }
20468 20469 20470 rest_dict["Sau3AI"] = _temp() 20471 20472
20473 -def _temp():
20474 return { 20475 "charac": (1, -1, None, None, "GGNCC"), 20476 "compsite": "(?=(?P<Sau96I>GG.CC))", 20477 "dna": None, 20478 "freq": 256.0, 20479 "fst3": -1, 20480 "fst5": 1, 20481 "inact_temp": 65, 20482 "opt_temp": 37, 20483 "ovhg": -3, 20484 "ovhgseq": "GNC", 20485 "results": None, 20486 "scd3": None, 20487 "scd5": None, 20488 "site": "GGNCC", 20489 "size": 5, 20490 "substrat": "DNA", 20491 "suppl": ("J", "N"), 20492 }
20493 20494 20495 rest_dict["Sau96I"] = _temp() 20496 20497
20498 -def _temp():
20499 return { 20500 "charac": (2, -2, None, None, "CCTNAGG"), 20501 "compsite": "(?=(?P<SauI>CCT.AGG))", 20502 "dna": None, 20503 "freq": 4096.0, 20504 "fst3": -2, 20505 "fst5": 2, 20506 "inact_temp": 65, 20507 "opt_temp": 37, 20508 "ovhg": -3, 20509 "ovhgseq": "TNA", 20510 "results": None, 20511 "scd3": None, 20512 "scd5": None, 20513 "site": "CCTNAGG", 20514 "size": 7, 20515 "substrat": "DNA", 20516 "suppl": (), 20517 }
20518 20519 20520 rest_dict["SauI"] = _temp() 20521 20522
20523 -def _temp():
20524 return { 20525 "charac": (None, None, None, None, "GGNGAYG"), 20526 "compsite": "(?=(?P<Sba460II>GG.GA[CT]G))|(?=(?P<Sba460II_as>C[AG]TC.CC))", 20527 "dna": None, 20528 "freq": 2048.0, 20529 "fst3": None, 20530 "fst5": None, 20531 "inact_temp": 65, 20532 "opt_temp": 37, 20533 "ovhg": None, 20534 "ovhgseq": None, 20535 "results": None, 20536 "scd3": None, 20537 "scd5": None, 20538 "site": "GGNGAYG", 20539 "size": 7, 20540 "substrat": "DNA", 20541 "suppl": (), 20542 }
20543 20544 20545 rest_dict["Sba460II"] = _temp() 20546 20547
20548 -def _temp():
20549 return { 20550 "charac": (6, -6, None, None, "CCTGCAGG"), 20551 "compsite": "(?=(?P<SbfI>CCTGCAGG))", 20552 "dna": None, 20553 "freq": 65536.0, 20554 "fst3": -6, 20555 "fst5": 6, 20556 "inact_temp": 65, 20557 "opt_temp": 37, 20558 "ovhg": 4, 20559 "ovhgseq": "TGCA", 20560 "results": None, 20561 "scd3": None, 20562 "scd5": None, 20563 "site": "CCTGCAGG", 20564 "size": 8, 20565 "substrat": "DNA", 20566 "suppl": ("I", "N", "V"), 20567 }
20568 20569 20570 rest_dict["SbfI"] = _temp() 20571 20572
20573 -def _temp():
20574 return { 20575 "charac": (None, None, None, None, "TGAAC"), 20576 "compsite": "(?=(?P<Sbo46I>TGAAC))|(?=(?P<Sbo46I_as>GTTCA))", 20577 "dna": None, 20578 "freq": 1024.0, 20579 "fst3": None, 20580 "fst5": None, 20581 "inact_temp": 65, 20582 "opt_temp": 37, 20583 "ovhg": None, 20584 "ovhgseq": None, 20585 "results": None, 20586 "scd3": None, 20587 "scd5": None, 20588 "site": "TGAAC", 20589 "size": 5, 20590 "substrat": "DNA", 20591 "suppl": (), 20592 }
20593 20594 20595 rest_dict["Sbo46I"] = _temp() 20596 20597
20598 -def _temp():
20599 return { 20600 "charac": (3, -3, None, None, "AGTACT"), 20601 "compsite": "(?=(?P<ScaI>AGTACT))", 20602 "dna": None, 20603 "freq": 4096.0, 20604 "fst3": -3, 20605 "fst5": 3, 20606 "inact_temp": 65, 20607 "opt_temp": 37, 20608 "ovhg": 0, 20609 "ovhgseq": "", 20610 "results": None, 20611 "scd3": None, 20612 "scd5": None, 20613 "site": "AGTACT", 20614 "size": 6, 20615 "substrat": "DNA", 20616 "suppl": ("B", "C", "J", "K", "M", "N", "O", "Q", "R", "S", "X"), 20617 }
20618 20619 20620 rest_dict["ScaI"] = _temp() 20621 20622
20623 -def _temp():
20624 return { 20625 "charac": (10, 5, None, None, "GAGTC"), 20626 "compsite": "(?=(?P<SchI>GAGTC))|(?=(?P<SchI_as>GACTC))", 20627 "dna": None, 20628 "freq": 1024.0, 20629 "fst3": 5, 20630 "fst5": 10, 20631 "inact_temp": 65, 20632 "opt_temp": 37, 20633 "ovhg": 0, 20634 "ovhgseq": "", 20635 "results": None, 20636 "scd3": None, 20637 "scd5": None, 20638 "site": "GAGTC", 20639 "size": 5, 20640 "substrat": "DNA", 20641 "suppl": ("B",), 20642 }
20643 20644 20645 rest_dict["SchI"] = _temp() 20646 20647
20648 -def _temp():
20649 return { 20650 "charac": (3, -3, None, None, "CTCGAG"), 20651 "compsite": "(?=(?P<SciI>CTCGAG))", 20652 "dna": None, 20653 "freq": 4096.0, 20654 "fst3": -3, 20655 "fst5": 3, 20656 "inact_temp": 65, 20657 "opt_temp": 37, 20658 "ovhg": 0, 20659 "ovhgseq": "", 20660 "results": None, 20661 "scd3": None, 20662 "scd5": None, 20663 "site": "CTCGAG", 20664 "size": 6, 20665 "substrat": "DNA", 20666 "suppl": (), 20667 }
20668 20669 20670 rest_dict["SciI"] = _temp() 20671 20672
20673 -def _temp():
20674 return { 20675 "charac": (None, None, None, None, "GCTAAT"), 20676 "compsite": "(?=(?P<ScoDS2II>GCTAAT))|(?=(?P<ScoDS2II_as>ATTAGC))", 20677 "dna": None, 20678 "freq": 4096.0, 20679 "fst3": None, 20680 "fst5": None, 20681 "inact_temp": 65, 20682 "opt_temp": 37, 20683 "ovhg": None, 20684 "ovhgseq": None, 20685 "results": None, 20686 "scd3": None, 20687 "scd5": None, 20688 "site": "GCTAAT", 20689 "size": 6, 20690 "substrat": "DNA", 20691 "suppl": (), 20692 }
20693 20694 20695 rest_dict["ScoDS2II"] = _temp() 20696 20697
20698 -def _temp():
20699 return { 20700 "charac": (2, -2, None, None, "CCNGG"), 20701 "compsite": "(?=(?P<ScrFI>CC.GG))", 20702 "dna": None, 20703 "freq": 256.0, 20704 "fst3": -2, 20705 "fst5": 2, 20706 "inact_temp": 65, 20707 "opt_temp": 37, 20708 "ovhg": -1, 20709 "ovhgseq": "N", 20710 "results": None, 20711 "scd3": None, 20712 "scd5": None, 20713 "site": "CCNGG", 20714 "size": 5, 20715 "substrat": "DNA", 20716 "suppl": ("J", "N"), 20717 }
20718 20719 20720 rest_dict["ScrFI"] = _temp() 20721 20722
20723 -def _temp():
20724 return { 20725 "charac": (6, -6, None, None, "CCTGCAGG"), 20726 "compsite": "(?=(?P<SdaI>CCTGCAGG))", 20727 "dna": None, 20728 "freq": 65536.0, 20729 "fst3": -6, 20730 "fst5": 6, 20731 "inact_temp": 65, 20732 "opt_temp": 37, 20733 "ovhg": 4, 20734 "ovhgseq": "TGCA", 20735 "results": None, 20736 "scd3": None, 20737 "scd5": None, 20738 "site": "CCTGCAGG", 20739 "size": 8, 20740 "substrat": "DNA", 20741 "suppl": ("B",), 20742 }
20743 20744 20745 rest_dict["SdaI"] = _temp() 20746 20747
20748 -def _temp():
20749 return { 20750 "charac": (27, 19, None, None, "CAGRAG"), 20751 "compsite": "(?=(?P<SdeAI>CAG[AG]AG))|(?=(?P<SdeAI_as>CT[CT]CTG))", 20752 "dna": None, 20753 "freq": 2048.0, 20754 "fst3": 19, 20755 "fst5": 27, 20756 "inact_temp": 65, 20757 "opt_temp": 37, 20758 "ovhg": 2, 20759 "ovhgseq": "NN", 20760 "results": None, 20761 "scd3": None, 20762 "scd5": None, 20763 "site": "CAGRAG", 20764 "size": 6, 20765 "substrat": "DNA", 20766 "suppl": (), 20767 }
20768 20769 20770 rest_dict["SdeAI"] = _temp() 20771 20772
20773 -def _temp():
20774 return { 20775 "charac": (-11, -24, 23, 10, "GACNNNNRTGA"), 20776 "compsite": "(?=(?P<SdeOSI>GAC....[AG]TGA))|(?=(?P<SdeOSI_as>TCA[CT]....GTC))", 20777 "dna": None, 20778 "freq": 8192.0, 20779 "fst3": -24, 20780 "fst5": -11, 20781 "inact_temp": 65, 20782 "opt_temp": 37, 20783 "ovhg": 2, 20784 "ovhgseq": "NN", 20785 "results": None, 20786 "scd3": 10, 20787 "scd5": 23, 20788 "site": "GACNNNNRTGA", 20789 "size": 11, 20790 "substrat": "DNA", 20791 "suppl": (), 20792 }
20793 20794 20795 rest_dict["SdeOSI"] = _temp() 20796 20797
20798 -def _temp():
20799 return { 20800 "charac": (5, -5, None, None, "GDGCHC"), 20801 "compsite": "(?=(?P<SduI>G[AGT]GC[ACT]C))", 20802 "dna": None, 20803 "freq": 455.1111111111111, 20804 "fst3": -5, 20805 "fst5": 5, 20806 "inact_temp": 65, 20807 "opt_temp": 37, 20808 "ovhg": 4, 20809 "ovhgseq": "DGCH", 20810 "results": None, 20811 "scd3": None, 20812 "scd5": None, 20813 "site": "GDGCHC", 20814 "size": 6, 20815 "substrat": "DNA", 20816 "suppl": ("B",), 20817 }
20818 20819 20820 rest_dict["SduI"] = _temp() 20821 20822
20823 -def _temp():
20824 return { 20825 "charac": (1, -1, None, None, "CCNNGG"), 20826 "compsite": "(?=(?P<SecI>CC..GG))", 20827 "dna": None, 20828 "freq": 256.0, 20829 "fst3": -1, 20830 "fst5": 1, 20831 "inact_temp": 65, 20832 "opt_temp": 37, 20833 "ovhg": -4, 20834 "ovhgseq": "CNNG", 20835 "results": None, 20836 "scd3": None, 20837 "scd5": None, 20838 "site": "CCNNGG", 20839 "size": 6, 20840 "substrat": "DNA", 20841 "suppl": (), 20842 }
20843 20844 20845 rest_dict["SecI"] = _temp() 20846 20847
20848 -def _temp():
20849 return { 20850 "charac": (0, 0, None, None, "CGCG"), 20851 "compsite": "(?=(?P<SelI>CGCG))", 20852 "dna": None, 20853 "freq": 256.0, 20854 "fst3": 0, 20855 "fst5": 0, 20856 "inact_temp": 65, 20857 "opt_temp": 37, 20858 "ovhg": -4, 20859 "ovhgseq": "CGCG", 20860 "results": None, 20861 "scd3": None, 20862 "scd5": None, 20863 "site": "CGCG", 20864 "size": 4, 20865 "substrat": "DNA", 20866 "suppl": (), 20867 }
20868 20869 20870 rest_dict["SelI"] = _temp() 20871 20872
20873 -def _temp():
20874 return { 20875 "charac": (None, None, None, None, "CCAAAC"), 20876 "compsite": "(?=(?P<Sen17963III>CCAAAC))|(?=(?P<Sen17963III_as>GTTTGG))", 20877 "dna": None, 20878 "freq": 4096.0, 20879 "fst3": None, 20880 "fst5": None, 20881 "inact_temp": 65, 20882 "opt_temp": 37, 20883 "ovhg": None, 20884 "ovhgseq": None, 20885 "results": None, 20886 "scd3": None, 20887 "scd5": None, 20888 "site": "CCAAAC", 20889 "size": 6, 20890 "substrat": "DNA", 20891 "suppl": (), 20892 }
20893 20894 20895 rest_dict["Sen17963III"] = _temp() 20896 20897
20898 -def _temp():
20899 return { 20900 "charac": (None, None, None, None, "GNGGCAG"), 20901 "compsite": "(?=(?P<SenA1673III>G.GGCAG))|(?=(?P<SenA1673III_as>CTGCC.C))", 20902 "dna": None, 20903 "freq": 4096.0, 20904 "fst3": None, 20905 "fst5": None, 20906 "inact_temp": 65, 20907 "opt_temp": 37, 20908 "ovhg": None, 20909 "ovhgseq": None, 20910 "results": None, 20911 "scd3": None, 20912 "scd5": None, 20913 "site": "GNGGCAG", 20914 "size": 7, 20915 "substrat": "DNA", 20916 "suppl": (), 20917 }
20918 20919 20920 rest_dict["SenA1673III"] = _temp() 20921 20922
20923 -def _temp():
20924 return { 20925 "charac": (None, None, None, None, "ACRCAG"), 20926 "compsite": "(?=(?P<SenSARA26III>AC[AG]CAG))|(?=(?P<SenSARA26III_as>CTG[CT]GT))", 20927 "dna": None, 20928 "freq": 2048.0, 20929 "fst3": None, 20930 "fst5": None, 20931 "inact_temp": 65, 20932 "opt_temp": 37, 20933 "ovhg": None, 20934 "ovhgseq": None, 20935 "results": None, 20936 "scd3": None, 20937 "scd5": None, 20938 "site": "ACRCAG", 20939 "size": 6, 20940 "substrat": "DNA", 20941 "suppl": (), 20942 }
20943 20944 20945 rest_dict["SenSARA26III"] = _temp() 20946 20947
20948 -def _temp():
20949 return { 20950 "charac": (None, None, None, None, "GATCAG"), 20951 "compsite": "(?=(?P<SenTFIV>GATCAG))|(?=(?P<SenTFIV_as>CTGATC))", 20952 "dna": None, 20953 "freq": 4096.0, 20954 "fst3": None, 20955 "fst5": None, 20956 "inact_temp": 65, 20957 "opt_temp": 37, 20958 "ovhg": None, 20959 "ovhgseq": None, 20960 "results": None, 20961 "scd3": None, 20962 "scd5": None, 20963 "site": "GATCAG", 20964 "size": 6, 20965 "substrat": "DNA", 20966 "suppl": (), 20967 }
20968 20969 20970 rest_dict["SenTFIV"] = _temp() 20971 20972
20973 -def _temp():
20974 return { 20975 "charac": (4, -4, None, None, "ASST"), 20976 "compsite": "(?=(?P<SetI>A[CG][CG]T))", 20977 "dna": None, 20978 "freq": 64.0, 20979 "fst3": -4, 20980 "fst5": 4, 20981 "inact_temp": 65, 20982 "opt_temp": 37, 20983 "ovhg": 4, 20984 "ovhgseq": "ASST", 20985 "results": None, 20986 "scd3": None, 20987 "scd5": None, 20988 "site": "ASST", 20989 "size": 4, 20990 "substrat": "DNA", 20991 "suppl": ("I",), 20992 }
20993 20994 20995 rest_dict["SetI"] = _temp() 20996 20997
20998 -def _temp():
20999 return { 21000 "charac": (1, -1, None, None, "ACCWGGT"), 21001 "compsite": "(?=(?P<SexAI>ACC[AT]GGT))", 21002 "dna": None, 21003 "freq": 8192.0, 21004 "fst3": -1, 21005 "fst5": 1, 21006 "inact_temp": 65, 21007 "opt_temp": 37, 21008 "ovhg": -5, 21009 "ovhgseq": "CCWGG", 21010 "results": None, 21011 "scd3": None, 21012 "scd5": None, 21013 "site": "ACCWGGT", 21014 "size": 7, 21015 "substrat": "DNA", 21016 "suppl": ("M", "N"), 21017 }
21018 21019 21020 rest_dict["SexAI"] = _temp() 21021 21022
21023 -def _temp():
21024 return { 21025 "charac": (5, -5, None, None, "GCGATCGC"), 21026 "compsite": "(?=(?P<SfaAI>GCGATCGC))", 21027 "dna": None, 21028 "freq": 65536.0, 21029 "fst3": -5, 21030 "fst5": 5, 21031 "inact_temp": 65, 21032 "opt_temp": 37, 21033 "ovhg": 2, 21034 "ovhgseq": "AT", 21035 "results": None, 21036 "scd3": None, 21037 "scd5": None, 21038 "site": "GCGATCGC", 21039 "size": 8, 21040 "substrat": "DNA", 21041 "suppl": ("B",), 21042 }
21043 21044 21045 rest_dict["SfaAI"] = _temp() 21046 21047
21048 -def _temp():
21049 return { 21050 "charac": (10, 9, None, None, "GCATC"), 21051 "compsite": "(?=(?P<SfaNI>GCATC))|(?=(?P<SfaNI_as>GATGC))", 21052 "dna": None, 21053 "freq": 1024.0, 21054 "fst3": 9, 21055 "fst5": 10, 21056 "inact_temp": 65, 21057 "opt_temp": 37, 21058 "ovhg": -4, 21059 "ovhgseq": "NNNN", 21060 "results": None, 21061 "scd3": None, 21062 "scd5": None, 21063 "site": "GCATC", 21064 "size": 5, 21065 "substrat": "DNA", 21066 "suppl": ("I", "N", "V"), 21067 }
21068 21069 21070 rest_dict["SfaNI"] = _temp() 21071 21072
21073 -def _temp():
21074 return { 21075 "charac": (1, -1, None, None, "CTRYAG"), 21076 "compsite": "(?=(?P<SfcI>CT[AG][CT]AG))", 21077 "dna": None, 21078 "freq": 1024.0, 21079 "fst3": -1, 21080 "fst5": 1, 21081 "inact_temp": 65, 21082 "opt_temp": 37, 21083 "ovhg": -4, 21084 "ovhgseq": "TRYA", 21085 "results": None, 21086 "scd3": None, 21087 "scd5": None, 21088 "site": "CTRYAG", 21089 "size": 6, 21090 "substrat": "DNA", 21091 "suppl": ("N",), 21092 }
21093 21094 21095 rest_dict["SfcI"] = _temp() 21096 21097
21098 -def _temp():
21099 return { 21100 "charac": (1, -1, None, None, "CTRYAG"), 21101 "compsite": "(?=(?P<SfeI>CT[AG][CT]AG))", 21102 "dna": None, 21103 "freq": 1024.0, 21104 "fst3": -1, 21105 "fst5": 1, 21106 "inact_temp": 65, 21107 "opt_temp": 37, 21108 "ovhg": -4, 21109 "ovhgseq": "TRYA", 21110 "results": None, 21111 "scd3": None, 21112 "scd5": None, 21113 "site": "CTRYAG", 21114 "size": 6, 21115 "substrat": "DNA", 21116 "suppl": (), 21117 }
21118 21119 21120 rest_dict["SfeI"] = _temp() 21121 21122
21123 -def _temp():
21124 return { 21125 "charac": (8, -8, None, None, "GGCCNNNNNGGCC"), 21126 "compsite": "(?=(?P<SfiI>GGCC.....GGCC))", 21127 "dna": None, 21128 "freq": 65536.0, 21129 "fst3": -8, 21130 "fst5": 8, 21131 "inact_temp": 65, 21132 "opt_temp": 37, 21133 "ovhg": 3, 21134 "ovhgseq": "NNN", 21135 "results": None, 21136 "scd3": None, 21137 "scd5": None, 21138 "site": "GGCCNNNNNGGCC", 21139 "size": 13, 21140 "substrat": "DNA", 21141 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X"), 21142 }
21143 21144 21145 rest_dict["SfiI"] = _temp() 21146 21147
21148 -def _temp():
21149 return { 21150 "charac": (3, -3, None, None, "GGCGCC"), 21151 "compsite": "(?=(?P<SfoI>GGCGCC))", 21152 "dna": None, 21153 "freq": 4096.0, 21154 "fst3": -3, 21155 "fst5": 3, 21156 "inact_temp": 65, 21157 "opt_temp": 37, 21158 "ovhg": 0, 21159 "ovhgseq": "", 21160 "results": None, 21161 "scd3": None, 21162 "scd5": None, 21163 "site": "GGCGCC", 21164 "size": 6, 21165 "substrat": "DNA", 21166 "suppl": ("N",), 21167 }
21168 21169 21170 rest_dict["SfoI"] = _temp() 21171 21172
21173 -def _temp():
21174 return { 21175 "charac": (1, -1, None, None, "CTCGAG"), 21176 "compsite": "(?=(?P<Sfr274I>CTCGAG))", 21177 "dna": None, 21178 "freq": 4096.0, 21179 "fst3": -1, 21180 "fst5": 1, 21181 "inact_temp": 65, 21182 "opt_temp": 37, 21183 "ovhg": -4, 21184 "ovhgseq": "TCGA", 21185 "results": None, 21186 "scd3": None, 21187 "scd5": None, 21188 "site": "CTCGAG", 21189 "size": 6, 21190 "substrat": "DNA", 21191 "suppl": ("I", "V"), 21192 }
21193 21194 21195 rest_dict["Sfr274I"] = _temp() 21196 21197
21198 -def _temp():
21199 return { 21200 "charac": (4, -4, None, None, "CCGCGG"), 21201 "compsite": "(?=(?P<Sfr303I>CCGCGG))", 21202 "dna": None, 21203 "freq": 4096.0, 21204 "fst3": -4, 21205 "fst5": 4, 21206 "inact_temp": 65, 21207 "opt_temp": 37, 21208 "ovhg": 2, 21209 "ovhgseq": "GC", 21210 "results": None, 21211 "scd3": None, 21212 "scd5": None, 21213 "site": "CCGCGG", 21214 "size": 6, 21215 "substrat": "DNA", 21216 "suppl": ("I", "V"), 21217 }
21218 21219 21220 rest_dict["Sfr303I"] = _temp() 21221 21222
21223 -def _temp():
21224 return { 21225 "charac": (2, -2, None, None, "TTCGAA"), 21226 "compsite": "(?=(?P<SfuI>TTCGAA))", 21227 "dna": None, 21228 "freq": 4096.0, 21229 "fst3": -2, 21230 "fst5": 2, 21231 "inact_temp": 65, 21232 "opt_temp": 37, 21233 "ovhg": -2, 21234 "ovhgseq": "CG", 21235 "results": None, 21236 "scd3": None, 21237 "scd5": None, 21238 "site": "TTCGAA", 21239 "size": 6, 21240 "substrat": "DNA", 21241 "suppl": ("M", "S"), 21242 }
21243 21244 21245 rest_dict["SfuI"] = _temp() 21246 21247
21248 -def _temp():
21249 return { 21250 "charac": (13, 13, None, None, "CNNG"), 21251 "compsite": "(?=(?P<SgeI>C..G))", 21252 "dna": None, 21253 "freq": 16.0, 21254 "fst3": 13, 21255 "fst5": 13, 21256 "inact_temp": 65, 21257 "opt_temp": 37, 21258 "ovhg": -4, 21259 "ovhgseq": "NNNN", 21260 "results": None, 21261 "scd3": None, 21262 "scd5": None, 21263 "site": "CNNG", 21264 "size": 4, 21265 "substrat": "DNA", 21266 "suppl": ("B",), 21267 }
21268 21269 21270 rest_dict["SgeI"] = _temp() 21271 21272
21273 -def _temp():
21274 return { 21275 "charac": (5, -5, None, None, "GCGATCGC"), 21276 "compsite": "(?=(?P<SgfI>GCGATCGC))", 21277 "dna": None, 21278 "freq": 65536.0, 21279 "fst3": -5, 21280 "fst5": 5, 21281 "inact_temp": 65, 21282 "opt_temp": 37, 21283 "ovhg": 2, 21284 "ovhgseq": "AT", 21285 "results": None, 21286 "scd3": None, 21287 "scd5": None, 21288 "site": "GCGATCGC", 21289 "size": 8, 21290 "substrat": "DNA", 21291 "suppl": ("R",), 21292 }
21293 21294 21295 rest_dict["SgfI"] = _temp() 21296 21297
21298 -def _temp():
21299 return { 21300 "charac": (2, -2, None, None, "CRCCGGYG"), 21301 "compsite": "(?=(?P<SgrAI>C[AG]CCGG[CT]G))", 21302 "dna": None, 21303 "freq": 16384.0, 21304 "fst3": -2, 21305 "fst5": 2, 21306 "inact_temp": 65, 21307 "opt_temp": 37, 21308 "ovhg": -4, 21309 "ovhgseq": "CCGG", 21310 "results": None, 21311 "scd3": None, 21312 "scd5": None, 21313 "site": "CRCCGGYG", 21314 "size": 8, 21315 "substrat": "DNA", 21316 "suppl": ("N",), 21317 }
21318 21319 21320 rest_dict["SgrAI"] = _temp() 21321 21322
21323 -def _temp():
21324 return { 21325 "charac": (4, -4, None, None, "CCGCGG"), 21326 "compsite": "(?=(?P<SgrBI>CCGCGG))", 21327 "dna": None, 21328 "freq": 4096.0, 21329 "fst3": -4, 21330 "fst5": 4, 21331 "inact_temp": 65, 21332 "opt_temp": 37, 21333 "ovhg": 2, 21334 "ovhgseq": "GC", 21335 "results": None, 21336 "scd3": None, 21337 "scd5": None, 21338 "site": "CCGCGG", 21339 "size": 6, 21340 "substrat": "DNA", 21341 "suppl": ("C",), 21342 }
21343 21344 21345 rest_dict["SgrBI"] = _temp() 21346 21347
21348 -def _temp():
21349 return { 21350 "charac": (2, -2, None, None, "CGTCGACG"), 21351 "compsite": "(?=(?P<SgrDI>CGTCGACG))", 21352 "dna": None, 21353 "freq": 65536.0, 21354 "fst3": -2, 21355 "fst5": 2, 21356 "inact_temp": 65, 21357 "opt_temp": 37, 21358 "ovhg": -4, 21359 "ovhgseq": "TCGA", 21360 "results": None, 21361 "scd3": None, 21362 "scd5": None, 21363 "site": "CGTCGACG", 21364 "size": 8, 21365 "substrat": "DNA", 21366 "suppl": ("B",), 21367 }
21368 21369 21370 rest_dict["SgrDI"] = _temp() 21371 21372
21373 -def _temp():
21374 return { 21375 "charac": (14, 14, None, None, "CCDS"), 21376 "compsite": "(?=(?P<SgrTI>CC[AGT][CG]))|(?=(?P<SgrTI_as>[CG][ACT]GG))", 21377 "dna": None, 21378 "freq": 42.666666666666664, 21379 "fst3": 14, 21380 "fst5": 14, 21381 "inact_temp": 65, 21382 "opt_temp": 37, 21383 "ovhg": -4, 21384 "ovhgseq": "NNNN", 21385 "results": None, 21386 "scd3": None, 21387 "scd5": None, 21388 "site": "CCDS", 21389 "size": 4, 21390 "substrat": "DNA", 21391 "suppl": (), 21392 }
21393 21394 21395 rest_dict["SgrTI"] = _temp() 21396 21397
21398 -def _temp():
21399 return { 21400 "charac": (2, -2, None, None, "GGCGCGCC"), 21401 "compsite": "(?=(?P<SgsI>GGCGCGCC))", 21402 "dna": None, 21403 "freq": 65536.0, 21404 "fst3": -2, 21405 "fst5": 2, 21406 "inact_temp": 65, 21407 "opt_temp": 37, 21408 "ovhg": -4, 21409 "ovhgseq": "CGCG", 21410 "results": None, 21411 "scd3": None, 21412 "scd5": None, 21413 "site": "GGCGCGCC", 21414 "size": 8, 21415 "substrat": "DNA", 21416 "suppl": ("B",), 21417 }
21418 21419 21420 rest_dict["SgsI"] = _temp() 21421 21422
21423 -def _temp():
21424 return { 21425 "charac": (2, 0, None, None, "GGGTC"), 21426 "compsite": "(?=(?P<SimI>GGGTC))|(?=(?P<SimI_as>GACCC))", 21427 "dna": None, 21428 "freq": 1024.0, 21429 "fst3": 0, 21430 "fst5": 2, 21431 "inact_temp": 65, 21432 "opt_temp": 37, 21433 "ovhg": -3, 21434 "ovhgseq": "GTC", 21435 "results": None, 21436 "scd3": None, 21437 "scd5": None, 21438 "site": "GGGTC", 21439 "size": 5, 21440 "substrat": "DNA", 21441 "suppl": (), 21442 }
21443 21444 21445 rest_dict["SimI"] = _temp() 21446 21447
21448 -def _temp():
21449 return { 21450 "charac": (1, -1, None, None, "GGWCC"), 21451 "compsite": "(?=(?P<SinI>GG[AT]CC))", 21452 "dna": None, 21453 "freq": 512.0, 21454 "fst3": -1, 21455 "fst5": 1, 21456 "inact_temp": 65, 21457 "opt_temp": 37, 21458 "ovhg": -3, 21459 "ovhgseq": "GWC", 21460 "results": None, 21461 "scd3": None, 21462 "scd5": None, 21463 "site": "GGWCC", 21464 "size": 5, 21465 "substrat": "DNA", 21466 "suppl": ("X",), 21467 }
21468 21469 21470 rest_dict["SinI"] = _temp() 21471 21472
21473 -def _temp():
21474 return { 21475 "charac": (1, -1, None, None, "CTCGAG"), 21476 "compsite": "(?=(?P<SlaI>CTCGAG))", 21477 "dna": None, 21478 "freq": 4096.0, 21479 "fst3": -1, 21480 "fst5": 1, 21481 "inact_temp": 65, 21482 "opt_temp": 37, 21483 "ovhg": -4, 21484 "ovhgseq": "TCGA", 21485 "results": None, 21486 "scd3": None, 21487 "scd5": None, 21488 "site": "CTCGAG", 21489 "size": 6, 21490 "substrat": "DNA", 21491 "suppl": ("C", "Y"), 21492 }
21493 21494 21495 rest_dict["SlaI"] = _temp() 21496 21497
21498 -def _temp():
21499 return { 21500 "charac": (3, -3, None, None, "CCCGGG"), 21501 "compsite": "(?=(?P<SmaI>CCCGGG))", 21502 "dna": None, 21503 "freq": 4096.0, 21504 "fst3": -3, 21505 "fst5": 3, 21506 "inact_temp": 65, 21507 "opt_temp": 37, 21508 "ovhg": 0, 21509 "ovhgseq": "", 21510 "results": None, 21511 "scd3": None, 21512 "scd5": None, 21513 "site": "CCCGGG", 21514 "size": 6, 21515 "substrat": "DNA", 21516 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X", "Y"), 21517 }
21518 21519 21520 rest_dict["SmaI"] = _temp() 21521 21522
21523 -def _temp():
21524 return { 21525 "charac": (None, None, None, None, "CTTGAC"), 21526 "compsite": "(?=(?P<SmaUMH5I>CTTGAC))|(?=(?P<SmaUMH5I_as>GTCAAG))", 21527 "dna": None, 21528 "freq": 4096.0, 21529 "fst3": None, 21530 "fst5": None, 21531 "inact_temp": 65, 21532 "opt_temp": 37, 21533 "ovhg": None, 21534 "ovhgseq": None, 21535 "results": None, 21536 "scd3": None, 21537 "scd5": None, 21538 "site": "CTTGAC", 21539 "size": 6, 21540 "substrat": "DNA", 21541 "suppl": (), 21542 }
21543 21544 21545 rest_dict["SmaUMH5I"] = _temp() 21546 21547
21548 -def _temp():
21549 return { 21550 "charac": (None, None, None, None, "GCGAACB"), 21551 "compsite": "(?=(?P<SmaUMH8I>GCGAAC[CGT]))|(?=(?P<SmaUMH8I_as>[ACG]GTTCGC))", 21552 "dna": None, 21553 "freq": 5461.333333333333, 21554 "fst3": None, 21555 "fst5": None, 21556 "inact_temp": 65, 21557 "opt_temp": 37, 21558 "ovhg": None, 21559 "ovhgseq": None, 21560 "results": None, 21561 "scd3": None, 21562 "scd5": None, 21563 "site": "GCGAACB", 21564 "size": 7, 21565 "substrat": "DNA", 21566 "suppl": (), 21567 }
21568 21569 21570 rest_dict["SmaUMH8I"] = _temp() 21571 21572
21573 -def _temp():
21574 return { 21575 "charac": (4, -4, None, None, "ATTTAAAT"), 21576 "compsite": "(?=(?P<SmiI>ATTTAAAT))", 21577 "dna": None, 21578 "freq": 65536.0, 21579 "fst3": -4, 21580 "fst5": 4, 21581 "inact_temp": 65, 21582 "opt_temp": 37, 21583 "ovhg": 0, 21584 "ovhgseq": "", 21585 "results": None, 21586 "scd3": None, 21587 "scd5": None, 21588 "site": "ATTTAAAT", 21589 "size": 8, 21590 "substrat": "DNA", 21591 "suppl": ("B", "I", "K", "V"), 21592 }
21593 21594 21595 rest_dict["SmiI"] = _temp() 21596 21597
21598 -def _temp():
21599 return { 21600 "charac": (5, -5, None, None, "CAYNNNNRTG"), 21601 "compsite": "(?=(?P<SmiMI>CA[CT]....[AG]TG))", 21602 "dna": None, 21603 "freq": 1024.0, 21604 "fst3": -5, 21605 "fst5": 5, 21606 "inact_temp": 65, 21607 "opt_temp": 37, 21608 "ovhg": 0, 21609 "ovhgseq": "", 21610 "results": None, 21611 "scd3": None, 21612 "scd5": None, 21613 "site": "CAYNNNNRTG", 21614 "size": 10, 21615 "substrat": "DNA", 21616 "suppl": ("I", "V"), 21617 }
21618 21619 21620 rest_dict["SmiMI"] = _temp() 21621 21622
21623 -def _temp():
21624 return { 21625 "charac": (1, -1, None, None, "CTYRAG"), 21626 "compsite": "(?=(?P<SmlI>CT[CT][AG]AG))", 21627 "dna": None, 21628 "freq": 1024.0, 21629 "fst3": -1, 21630 "fst5": 1, 21631 "inact_temp": 65, 21632 "opt_temp": 37, 21633 "ovhg": -4, 21634 "ovhgseq": "TYRA", 21635 "results": None, 21636 "scd3": None, 21637 "scd5": None, 21638 "site": "CTYRAG", 21639 "size": 6, 21640 "substrat": "DNA", 21641 "suppl": ("N",), 21642 }
21643 21644 21645 rest_dict["SmlI"] = _temp() 21646 21647
21648 -def _temp():
21649 return { 21650 "charac": (1, -1, None, None, "CTYRAG"), 21651 "compsite": "(?=(?P<SmoI>CT[CT][AG]AG))", 21652 "dna": None, 21653 "freq": 1024.0, 21654 "fst3": -1, 21655 "fst5": 1, 21656 "inact_temp": 65, 21657 "opt_temp": 37, 21658 "ovhg": -4, 21659 "ovhgseq": "TYRA", 21660 "results": None, 21661 "scd3": None, 21662 "scd5": None, 21663 "site": "CTYRAG", 21664 "size": 6, 21665 "substrat": "DNA", 21666 "suppl": ("B",), 21667 }
21668 21669 21670 rest_dict["SmoI"] = _temp() 21671 21672
21673 -def _temp():
21674 return { 21675 "charac": (3, -3, None, None, "TACGTA"), 21676 "compsite": "(?=(?P<SnaBI>TACGTA))", 21677 "dna": None, 21678 "freq": 4096.0, 21679 "fst3": -3, 21680 "fst5": 3, 21681 "inact_temp": 65, 21682 "opt_temp": 37, 21683 "ovhg": 0, 21684 "ovhgseq": "", 21685 "results": None, 21686 "scd3": None, 21687 "scd5": None, 21688 "site": "TACGTA", 21689 "size": 6, 21690 "substrat": "DNA", 21691 "suppl": ("C", "K", "M", "N", "R"), 21692 }
21693 21694 21695 rest_dict["SnaBI"] = _temp() 21696 21697
21698 -def _temp():
21699 return { 21700 "charac": (None, None, None, None, "GTATAC"), 21701 "compsite": "(?=(?P<SnaI>GTATAC))", 21702 "dna": None, 21703 "freq": 4096.0, 21704 "fst3": None, 21705 "fst5": None, 21706 "inact_temp": 65, 21707 "opt_temp": 37, 21708 "ovhg": None, 21709 "ovhgseq": None, 21710 "results": None, 21711 "scd3": None, 21712 "scd5": None, 21713 "site": "GTATAC", 21714 "size": 6, 21715 "substrat": "DNA", 21716 "suppl": (), 21717 }
21718 21719 21720 rest_dict["SnaI"] = _temp() 21721 21722
21723 -def _temp():
21724 return { 21725 "charac": (None, None, None, None, "GGCCGAG"), 21726 "compsite": "(?=(?P<Sno506I>GGCCGAG))|(?=(?P<Sno506I_as>CTCGGCC))", 21727 "dna": None, 21728 "freq": 16384.0, 21729 "fst3": None, 21730 "fst5": None, 21731 "inact_temp": 65, 21732 "opt_temp": 37, 21733 "ovhg": None, 21734 "ovhgseq": None, 21735 "results": None, 21736 "scd3": None, 21737 "scd5": None, 21738 "site": "GGCCGAG", 21739 "size": 7, 21740 "substrat": "DNA", 21741 "suppl": (), 21742 }
21743 21744 21745 rest_dict["Sno506I"] = _temp() 21746 21747
21748 -def _temp():
21749 return { 21750 "charac": (1, -1, None, None, "ACTAGT"), 21751 "compsite": "(?=(?P<SpeI>ACTAGT))", 21752 "dna": None, 21753 "freq": 4096.0, 21754 "fst3": -1, 21755 "fst5": 1, 21756 "inact_temp": 65, 21757 "opt_temp": 37, 21758 "ovhg": -4, 21759 "ovhgseq": "CTAG", 21760 "results": None, 21761 "scd3": None, 21762 "scd5": None, 21763 "site": "ACTAGT", 21764 "size": 6, 21765 "substrat": "DNA", 21766 "suppl": ("B", "J", "K", "M", "N", "O", "Q", "R", "S", "X"), 21767 }
21768 21769 21770 rest_dict["SpeI"] = _temp() 21771 21772
21773 -def _temp():
21774 return { 21775 "charac": (5, -5, None, None, "GCATGC"), 21776 "compsite": "(?=(?P<SphI>GCATGC))", 21777 "dna": None, 21778 "freq": 4096.0, 21779 "fst3": -5, 21780 "fst5": 5, 21781 "inact_temp": 65, 21782 "opt_temp": 37, 21783 "ovhg": 4, 21784 "ovhgseq": "CATG", 21785 "results": None, 21786 "scd3": None, 21787 "scd5": None, 21788 "site": "GCATGC", 21789 "size": 6, 21790 "substrat": "DNA", 21791 "suppl": ("B", "C", "I", "J", "K", "M", "N", "O", "Q", "R", "S", "V", "X"), 21792 }
21793 21794 21795 rest_dict["SphI"] = _temp() 21796 21797
21798 -def _temp():
21799 return { 21800 "charac": (1, -1, None, None, "CGTACG"), 21801 "compsite": "(?=(?P<SplI>CGTACG))", 21802 "dna": None, 21803 "freq": 4096.0, 21804 "fst3": -1, 21805 "fst5": 1, 21806 "inact_temp": 65, 21807 "opt_temp": 37, 21808 "ovhg": -4, 21809 "ovhgseq": "GTAC", 21810 "results": None, 21811 "scd3": None, 21812 "scd5": None, 21813 "site": "CGTACG", 21814 "size": 6, 21815 "substrat": "DNA", 21816 "suppl": (), 21817 }
21818 21819 21820 rest_dict["SplI"] = _temp() 21821 21822
21823 -def _temp():
21824 return { 21825 "charac": (None, None, None, None, "TCGAG"), 21826 "compsite": "(?=(?P<SpnRII>TCGAG))|(?=(?P<SpnRII_as>CTCGA))", 21827 "dna": None, 21828 "freq": 1024.0, 21829 "fst3": None, 21830 "fst5": None, 21831 "inact_temp": 65, 21832 "opt_temp": 37, 21833 "ovhg": None, 21834 "ovhgseq": None, 21835 "results": None, 21836 "scd3": None, 21837 "scd5": None, 21838 "site": "TCGAG", 21839 "size": 5, 21840 "substrat": "DNA", 21841 "suppl": (), 21842 }
21843 21844 21845 rest_dict["SpnRII"] = _temp() 21846 21847
21848 -def _temp():
21849 return { 21850 "charac": (None, None, None, None, "GCGGRAG"), 21851 "compsite": "(?=(?P<SpoDI>GCGG[AG]AG))|(?=(?P<SpoDI_as>CT[CT]CCGC))", 21852 "dna": None, 21853 "freq": 8192.0, 21854 "fst3": None, 21855 "fst5": None, 21856 "inact_temp": 65, 21857 "opt_temp": 37, 21858 "ovhg": None, 21859 "ovhgseq": None, 21860 "results": None, 21861 "scd3": None, 21862 "scd5": None, 21863 "site": "GCGGRAG", 21864 "size": 7, 21865 "substrat": "DNA", 21866 "suppl": (), 21867 }
21868 21869 21870 rest_dict["SpoDI"] = _temp() 21871 21872
21873 -def _temp():
21874 return { 21875 "charac": (4, -4, None, None, "GCCCGGGC"), 21876 "compsite": "(?=(?P<SrfI>GCCCGGGC))", 21877 "dna": None, 21878 "freq": 65536.0, 21879 "fst3": -4, 21880 "fst5": 4, 21881 "inact_temp": 65, 21882 "opt_temp": 37, 21883 "ovhg": 0, 21884 "ovhgseq": "", 21885 "results": None, 21886 "scd3": None, 21887 "scd5": None, 21888 "site": "GCCCGGGC", 21889 "size": 8, 21890 "substrat": "DNA", 21891 "suppl": ("N",), 21892 }
21893 21894 21895 rest_dict["SrfI"] = _temp() 21896 21897
21898 -def _temp():
21899 return { 21900 "charac": (2, -2, None, None, "CGCCGGCG"), 21901 "compsite": "(?=(?P<Sse232I>CGCCGGCG))", 21902 "dna": None, 21903 "freq": 65536.0, 21904 "fst3": -2, 21905 "fst5": 2, 21906 "inact_temp": 65, 21907 "opt_temp": 37, 21908 "ovhg": -4, 21909 "ovhgseq": "CCGG", 21910 "results": None, 21911 "scd3": None, 21912 "scd5": None, 21913 "site": "CGCCGGCG", 21914 "size": 8, 21915 "substrat": "DNA", 21916 "suppl": (), 21917 }
21918 21919 21920 rest_dict["Sse232I"] = _temp() 21921 21922
21923 -def _temp():
21924 return { 21925 "charac": (6, -6, None, None, "CCTGCAGG"), 21926 "compsite": "(?=(?P<Sse8387I>CCTGCAGG))", 21927 "dna": None, 21928 "freq": 65536.0, 21929 "fst3": -6, 21930 "fst5": 6, 21931 "inact_temp": 65, 21932 "opt_temp": 37, 21933 "ovhg": 4, 21934 "ovhgseq": "TGCA", 21935 "results": None, 21936 "scd3": None, 21937 "scd5": None, 21938 "site": "CCTGCAGG", 21939 "size": 8, 21940 "substrat": "DNA", 21941 "suppl": ("K",), 21942 }
21943 21944 21945 rest_dict["Sse8387I"] = _temp() 21946 21947
21948 -def _temp():
21949 return { 21950 "charac": (2, -2, None, None, "AGGWCCT"), 21951 "compsite": "(?=(?P<Sse8647I>AGG[AT]CCT))", 21952 "dna": None, 21953 "freq": 8192.0, 21954 "fst3": -2, 21955 "fst5": 2, 21956 "inact_temp": 65, 21957 "opt_temp": 37, 21958 "ovhg": -3, 21959 "ovhgseq": "GWC", 21960 "results": None, 21961 "scd3": None, 21962 "scd5": None, 21963 "site": "AGGWCCT", 21964 "size": 7, 21965 "substrat": "DNA", 21966 "suppl": (), 21967 }
21968 21969 21970 rest_dict["Sse8647I"] = _temp() 21971 21972
21973 -def _temp():
21974 return { 21975 "charac": (0, 0, None, None, "AATT"), 21976 "compsite": "(?=(?P<Sse9I>AATT))", 21977 "dna": None, 21978 "freq": 256.0, 21979 "fst3": 0, 21980 "fst5": 0, 21981 "inact_temp": 65, 21982 "opt_temp": 37, 21983 "ovhg": -4, 21984 "ovhgseq": "AATT", 21985 "results": None, 21986 "scd3": None, 21987 "scd5": None, 21988 "site": "AATT", 21989 "size": 4, 21990 "substrat": "DNA", 21991 "suppl": ("I", "V"), 21992 }
21993 21994 21995 rest_dict["Sse9I"] = _temp() 21996 21997
21998 -def _temp():
21999 return { 22000 "charac": (3, -3, None, None, "AGGCCT"), 22001 "compsite": "(?=(?P<SseBI>AGGCCT))", 22002 "dna": None, 22003 "freq": 4096.0, 22004 "fst3": -3, 22005 "fst5": 3, 22006 "inact_temp": 65, 22007 "opt_temp": 37, 22008 "ovhg": 0, 22009 "ovhgseq": "", 22010 "results": None, 22011 "scd3": None, 22012 "scd5": None, 22013 "site": "AGGCCT", 22014 "size": 6, 22015 "substrat": "DNA", 22016 "suppl": ("C",), 22017 }
22018 22019 22020 rest_dict["SseBI"] = _temp() 22021 22022
22023 -def _temp():
22024 return { 22025 "charac": (1, -1, None, None, "CCGC"), 22026 "compsite": "(?=(?P<SsiI>CCGC))|(?=(?P<SsiI_as>GCGG))", 22027 "dna": None, 22028 "freq": 256.0, 22029 "fst3": -1, 22030 "fst5": 1, 22031 "inact_temp": 65, 22032 "opt_temp": 37, 22033 "ovhg": -2, 22034 "ovhgseq": "CG", 22035 "results": None, 22036 "scd3": None, 22037 "scd5": None, 22038 "site": "CCGC", 22039 "size": 4, 22040 "substrat": "DNA", 22041 "suppl": ("B",), 22042 }
22043 22044 22045 rest_dict["SsiI"] = _temp() 22046 22047
22048 -def _temp():
22049 return { 22050 "charac": (None, None, None, None, "GAAGGC"), 22051 "compsite": "(?=(?P<Ssp6803IV>GAAGGC))|(?=(?P<Ssp6803IV_as>GCCTTC))", 22052 "dna": None, 22053 "freq": 4096.0, 22054 "fst3": None, 22055 "fst5": None, 22056 "inact_temp": 65, 22057 "opt_temp": 37, 22058 "ovhg": None, 22059 "ovhgseq": None, 22060 "results": None, 22061 "scd3": None, 22062 "scd5": None, 22063 "site": "GAAGGC", 22064 "size": 6, 22065 "substrat": "DNA", 22066 "suppl": (), 22067 }
22068 22069 22070 rest_dict["Ssp6803IV"] = _temp() 22071 22072
22073 -def _temp():
22074 return { 22075 "charac": (None, None, None, None, "CGCAGCG"), 22076 "compsite": "(?=(?P<Ssp714II>CGCAGCG))|(?=(?P<Ssp714II_as>CGCTGCG))", 22077 "dna": None, 22078 "freq": 16384.0, 22079 "fst3": None, 22080 "fst5": None, 22081 "inact_temp": 65, 22082 "opt_temp": 37, 22083 "ovhg": None, 22084 "ovhgseq": None, 22085 "results": None, 22086 "scd3": None, 22087 "scd5": None, 22088 "site": "CGCAGCG", 22089 "size": 7, 22090 "substrat": "DNA", 22091 "suppl": (), 22092 }
22093 22094 22095 rest_dict["Ssp714II"] = _temp() 22096 22097
22098 -def _temp():
22099 return { 22100 "charac": (13, 8, None, None, "GGTGA"), 22101 "compsite": "(?=(?P<SspD5I>GGTGA))|(?=(?P<SspD5I_as>TCACC))", 22102 "dna": None, 22103 "freq": 1024.0, 22104 "fst3": 8, 22105 "fst5": 13, 22106 "inact_temp": 65, 22107 "opt_temp": 37, 22108 "ovhg": 0, 22109 "ovhgseq": "", 22110 "results": None, 22111 "scd3": None, 22112 "scd5": None, 22113 "site": "GGTGA", 22114 "size": 5, 22115 "substrat": "DNA", 22116 "suppl": (), 22117 }
22118 22119 22120 rest_dict["SspD5I"] = _temp() 22121 22122
22123 -def _temp():
22124 return { 22125 "charac": (1, -1, None, None, "GGCGCC"), 22126 "compsite": "(?=(?P<SspDI>GGCGCC))", 22127 "dna": None, 22128 "freq": 4096.0, 22129 "fst3": -1, 22130 "fst5": 1, 22131 "inact_temp": 65, 22132 "opt_temp": 37, 22133 "ovhg": -4, 22134 "ovhgseq": "GCGC", 22135 "results": None, 22136 "scd3": None, 22137 "scd5": None, 22138 "site": "GGCGCC", 22139 "size": 6, 22140 "substrat": "DNA", 22141 "suppl": ("B",), 22142 }
22143 22144 22145 rest_dict["SspDI"] = _temp() 22146 22147
22148 -def _temp():
22149 return { 22150 "charac": (3, -3, None, None, "AATATT"), 22151 "compsite": "(?=(?P<SspI>AATATT))", 22152 "dna": None, 22153 "freq": 4096.0, 22154 "fst3": -3, 22155 "fst5": 3, 22156 "inact_temp": 65, 22157 "opt_temp": 37, 22158 "ovhg": 0, 22159 "ovhgseq": "", 22160 "results": None, 22161 "scd3": None, 22162 "scd5": None, 22163 "site": "AATATT", 22164 "size": 6, 22165 "substrat": "DNA", 22166 "suppl": ("B", "C", "I", "J", "K", "N", "Q", "R", "V", "X"), 22167 }
22168 22169 22170 rest_dict["SspI"] = _temp() 22171 22172
22173 -def _temp():
22174 return { 22175 "charac": (1, -1, None, None, "CTAG"), 22176 "compsite": "(?=(?P<SspMI>CTAG))", 22177 "dna": None, 22178 "freq": 256.0, 22179 "fst3": -1, 22180 "fst5": 1, 22181 "inact_temp": 65, 22182 "opt_temp": 37, 22183 "ovhg": -2, 22184 "ovhgseq": "TA", 22185 "results": None, 22186 "scd3": None, 22187 "scd5": None, 22188 "site": "CTAG", 22189 "size": 4, 22190 "substrat": "DNA", 22191 "suppl": ("I",), 22192 }
22193 22194 22195 rest_dict["SspMI"] = _temp() 22196 22197
22198 -def _temp():
22199 return { 22200 "charac": (27, 18, None, None, "CGAAGAC"), 22201 "compsite": "(?=(?P<SstE37I>CGAAGAC))|(?=(?P<SstE37I_as>GTCTTCG))", 22202 "dna": None, 22203 "freq": 16384.0, 22204 "fst3": 18, 22205 "fst5": 27, 22206 "inact_temp": 65, 22207 "opt_temp": 37, 22208 "ovhg": 2, 22209 "ovhgseq": "NN", 22210 "results": None, 22211 "scd3": None, 22212 "scd5": None, 22213 "site": "CGAAGAC", 22214 "size": 7, 22215 "substrat": "DNA", 22216 "suppl": (), 22217 }
22218 22219 22220 rest_dict["SstE37I"] = _temp() 22221 22222
22223 -def _temp():
22224 return { 22225 "charac": (5, -5, None, None, "GAGCTC"), 22226 "compsite": "(?=(?P<SstI>GAGCTC))", 22227 "dna": None, 22228 "freq": 4096.0, 22229 "fst3": -5, 22230 "fst5": 5, 22231 "inact_temp": 65, 22232 "opt_temp": 37, 22233 "ovhg": 4, 22234 "ovhgseq": "AGCT", 22235 "results": None, 22236 "scd3": None, 22237 "scd5": None, 22238 "site": "GAGCTC", 22239 "size": 6, 22240 "substrat": "DNA", 22241 "suppl": ("C",), 22242 }
22243 22244 22245 rest_dict["SstI"] = _temp() 22246 22247
22248 -def _temp():
22249 return { 22250 "charac": (8, 8, None, None, "CCCG"), 22251 "compsite": "(?=(?P<Sth132I>CCCG))|(?=(?P<Sth132I_as>CGGG))", 22252 "dna": None, 22253 "freq": 256.0, 22254 "fst3": 8, 22255 "fst5": 8, 22256 "inact_temp": 65, 22257 "opt_temp": 37, 22258 "ovhg": -4, 22259 "ovhgseq": "NNNN", 22260 "results": None, 22261 "scd3": None, 22262 "scd5": None, 22263 "site": "CCCG", 22264 "size": 4, 22265 "substrat": "DNA", 22266 "suppl": (), 22267 }
22268 22269 22270 rest_dict["Sth132I"] = _temp() 22271 22272
22273 -def _temp():
22274 return { 22275 "charac": (None, None, None, None, "GGACGAC"), 22276 "compsite": "(?=(?P<Sth20745III>GGACGAC))|(?=(?P<Sth20745III_as>GTCGTCC))", 22277 "dna": None, 22278 "freq": 16384.0, 22279 "fst3": None, 22280 "fst5": None, 22281 "inact_temp": 65, 22282 "opt_temp": 37, 22283 "ovhg": None, 22284 "ovhgseq": None, 22285 "results": None, 22286 "scd3": None, 22287 "scd5": None, 22288 "site": "GGACGAC", 22289 "size": 7, 22290 "substrat": "DNA", 22291 "suppl": (), 22292 }
22293 22294 22295 rest_dict["Sth20745III"] = _temp() 22296 22297
22298 -def _temp():
22299 return { 22300 "charac": (2, -2, None, None, "CCGG"), 22301 "compsite": "(?=(?P<Sth302II>CCGG))", 22302 "dna": None, 22303 "freq": 256.0, 22304 "fst3": -2, 22305 "fst5": 2, 22306 "inact_temp": 65, 22307 "opt_temp": 37, 22308 "ovhg": 0, 22309 "ovhgseq": "", 22310 "results": None, 22311 "scd3": None, 22312 "scd5": None, 22313 "site": "CCGG", 22314 "size": 4, 22315 "substrat": "DNA", 22316 "suppl": (), 22317 }
22318 22319 22320 rest_dict["Sth302II"] = _temp() 22321 22322
22323 -def _temp():
22324 return { 22325 "charac": (None, None, None, None, "GAAGT"), 22326 "compsite": "(?=(?P<SthSt3II>GAAGT))|(?=(?P<SthSt3II_as>ACTTC))", 22327 "dna": None, 22328 "freq": 1024.0, 22329 "fst3": None, 22330 "fst5": None, 22331 "inact_temp": 65, 22332 "opt_temp": 37, 22333 "ovhg": None, 22334 "ovhgseq": None, 22335 "results": None, 22336 "scd3": None, 22337 "scd5": None, 22338 "site": "GAAGT", 22339 "size": 5, 22340 "substrat": "DNA", 22341 "suppl": (), 22342 }
22343 22344 22345 rest_dict["SthSt3II"] = _temp() 22346 22347
22348 -def _temp():
22349 return { 22350 "charac": (15, 14, None, None, "GGATG"), 22351 "compsite": "(?=(?P<StsI>GGATG))|(?=(?P<StsI_as>CATCC))", 22352 "dna": None, 22353 "freq": 1024.0, 22354 "fst3": 14, 22355 "fst5": 15, 22356 "inact_temp": 65, 22357 "opt_temp": 37, 22358 "ovhg": -4, 22359 "ovhgseq": "NNNN", 22360 "results": None, 22361 "scd3": None, 22362 "scd5": None, 22363 "site": "GGATG", 22364 "size": 5, 22365 "substrat": "DNA", 22366 "suppl": (), 22367 }
22368 22369 22370 rest_dict["StsI"] = _temp() 22371 22372
22373 -def _temp():
22374 return { 22375 "charac": (3, -3, None, None, "AGGCCT"), 22376 "compsite": "(?=(?P<StuI>AGGCCT))", 22377 "dna": None, 22378 "freq": 4096.0, 22379 "fst3": -3, 22380 "fst5": 3, 22381 "inact_temp": 65, 22382 "opt_temp": 37, 22383 "ovhg": 0, 22384 "ovhgseq": "", 22385 "results": None, 22386 "scd3": None, 22387 "scd5": None, 22388 "site": "AGGCCT", 22389 "size": 6, 22390 "substrat": "DNA", 22391 "suppl": ("B", "J", "K", "M", "N", "Q", "R", "S", "X"), 22392 }
22393 22394 22395 rest_dict["StuI"] = _temp() 22396 22397
22398 -def _temp():
22399 return { 22400 "charac": (0, 0, None, None, "CCNGG"), 22401 "compsite": "(?=(?P<StyD4I>CC.GG))", 22402 "dna": None, 22403 "freq": 256.0, 22404 "fst3": 0, 22405 "fst5": 0, 22406 "inact_temp": 65, 22407 "opt_temp": 37, 22408 "ovhg": -5, 22409 "ovhgseq": "CCNGG", 22410 "results": None, 22411 "scd3": None, 22412 "scd5": None, 22413 "site": "CCNGG", 22414 "size": 5, 22415 "substrat": "DNA", 22416 "suppl": ("N",), 22417 }
22418 22419 22420 rest_dict["StyD4I"] = _temp() 22421 22422
22423 -def _temp():
22424 return { 22425 "charac": (1, -1, None, None, "CCWWGG"), 22426 "compsite": "(?=(?P<StyI>CC[AT][AT]GG))", 22427 "dna": None, 22428 "freq": 1024.0, 22429 "fst3": -1, 22430 "fst5": 1, 22431 "inact_temp": 65, 22432 "opt_temp": 37, 22433 "ovhg": -4, 22434 "ovhgseq": "CWWG", 22435 "results": None, 22436 "scd3": None, 22437 "scd5": None, 22438 "site": "CCWWGG", 22439 "size": 6, 22440 "substrat": "DNA", 22441 "suppl": ("C", "J", "N"), 22442 }
22443 22444 22445 rest_dict["StyI"] = _temp() 22446 22447
22448 -def _temp():
22449 return { 22450 "charac": (None, None, None, None, "ACRGAG"), 22451 "compsite": "(?=(?P<SurP32aII>AC[AG]GAG))|(?=(?P<SurP32aII_as>CTC[CT]GT))", 22452 "dna": None, 22453 "freq": 2048.0, 22454 "fst3": None, 22455 "fst5": None, 22456 "inact_temp": 65, 22457 "opt_temp": 37, 22458 "ovhg": None, 22459 "ovhgseq": None, 22460 "results": None, 22461 "scd3": None, 22462 "scd5": None, 22463 "site": "ACRGAG", 22464 "size": 6, 22465 "substrat": "DNA", 22466 "suppl": (), 22467 }
22468 22469 22470 rest_dict["SurP32aII"] = _temp() 22471 22472
22473 -def _temp():
22474 return { 22475 "charac": (4, -4, None, None, "ATTTAAAT"), 22476 "compsite": "(?=(?P<SwaI>ATTTAAAT))", 22477 "dna": None, 22478 "freq": 65536.0, 22479 "fst3": -4, 22480 "fst5": 4, 22481 "inact_temp": 65, 22482 "opt_temp": 37, 22483 "ovhg": 0, 22484 "ovhgseq": "", 22485 "results": None, 22486 "scd3": None, 22487 "scd5": None, 22488 "site": "ATTTAAAT", 22489 "size": 8, 22490 "substrat": "DNA", 22491 "suppl": ("J", "M", "N", "S"), 22492 }
22493 22494 22495 rest_dict["SwaI"] = _temp() 22496 22497
22498 -def _temp():
22499 return { 22500 "charac": (3, -3, None, None, "ACNGT"), 22501 "compsite": "(?=(?P<TaaI>AC.GT))", 22502 "dna": None, 22503 "freq": 256.0, 22504 "fst3": -3, 22505 "fst5": 3, 22506 "inact_temp": 65, 22507 "opt_temp": 37, 22508 "ovhg": 1, 22509 "ovhgseq": "N", 22510 "results": None, 22511 "scd3": None, 22512 "scd5": None, 22513 "site": "ACNGT", 22514 "size": 5, 22515 "substrat": "DNA", 22516 "suppl": ("B",), 22517 }
22518 22519 22520 rest_dict["TaaI"] = _temp() 22521 22522
22523 -def _temp():
22524 return { 22525 "charac": (4, -4, None, None, "ACGT"), 22526 "compsite": "(?=(?P<TaiI>ACGT))", 22527 "dna": None, 22528 "freq": 256.0, 22529 "fst3": -4, 22530 "fst5": 4, 22531 "inact_temp": 65, 22532 "opt_temp": 37, 22533 "ovhg": 4, 22534 "ovhgseq": "ACGT", 22535 "results": None, 22536 "scd3": None, 22537 "scd5": None, 22538 "site": "ACGT", 22539 "size": 4, 22540 "substrat": "DNA", 22541 "suppl": ("B",), 22542 }
22543 22544 22545 rest_dict["TaiI"] = _temp() 22546 22547
22548 -def _temp():
22549 return { 22550 "charac": (1, -1, None, None, "TCGA"), 22551 "compsite": "(?=(?P<TaqI>TCGA))", 22552 "dna": None, 22553 "freq": 256.0, 22554 "fst3": -1, 22555 "fst5": 1, 22556 "inact_temp": 65, 22557 "opt_temp": 37, 22558 "ovhg": -2, 22559 "ovhgseq": "CG", 22560 "results": None, 22561 "scd3": None, 22562 "scd5": None, 22563 "site": "TCGA", 22564 "size": 4, 22565 "substrat": "DNA", 22566 "suppl": ("B", "C", "I", "J", "K", "M", "N", "Q", "R", "S", "V", "X"), 22567 }
22568 22569 22570 rest_dict["TaqI"] = _temp() 22571 22572
22573 -def _temp():
22574 return { 22575 "charac": (17, 9, None, None, "GACCGA"), 22576 "compsite": "(?=(?P<TaqII>GACCGA))|(?=(?P<TaqII_as>TCGGTC))", 22577 "dna": None, 22578 "freq": 4096.0, 22579 "fst3": 9, 22580 "fst5": 17, 22581 "inact_temp": 65, 22582 "opt_temp": 37, 22583 "ovhg": 2, 22584 "ovhgseq": "NN", 22585 "results": None, 22586 "scd3": None, 22587 "scd5": None, 22588 "site": "GACCGA", 22589 "size": 6, 22590 "substrat": "DNA", 22591 "suppl": ("Q", "X"), 22592 }
22593 22594 22595 rest_dict["TaqII"] = _temp() 22596 22597
22598 -def _temp():
22599 return { 22600 "charac": (17, 9, None, None, "CACCCA"), 22601 "compsite": "(?=(?P<TaqIII>CACCCA))|(?=(?P<TaqIII_as>TGGGTG))", 22602 "dna": None, 22603 "freq": 4096.0, 22604 "fst3": 9, 22605 "fst5": 17, 22606 "inact_temp": 65, 22607 "opt_temp": 37, 22608 "ovhg": 2, 22609 "ovhgseq": "NN", 22610 "results": None, 22611 "scd3": None, 22612 "scd5": None, 22613 "site": "CACCCA", 22614 "size": 6, 22615 "substrat": "DNA", 22616 "suppl": (), 22617 }
22618 22619 22620 rest_dict["TaqIII"] = _temp() 22621 22622
22623 -def _temp():
22624 return { 22625 "charac": (0, 0, None, None, "AATT"), 22626 "compsite": "(?=(?P<TasI>AATT))", 22627 "dna": None, 22628 "freq": 256.0, 22629 "fst3": 0, 22630 "fst5": 0, 22631 "inact_temp": 65, 22632 "opt_temp": 37, 22633 "ovhg": -4, 22634 "ovhgseq": "AATT", 22635 "results": None, 22636 "scd3": None, 22637 "scd5": None, 22638 "site": "AATT", 22639 "size": 4, 22640 "substrat": "DNA", 22641 "suppl": ("B",), 22642 }
22643 22644 22645 rest_dict["TasI"] = _temp() 22646 22647
22648 -def _temp():
22649 return { 22650 "charac": (1, -1, None, None, "WGTACW"), 22651 "compsite": "(?=(?P<TatI>[AT]GTAC[AT]))", 22652 "dna": None, 22653 "freq": 1024.0, 22654 "fst3": -1, 22655 "fst5": 1, 22656 "inact_temp": 65, 22657 "opt_temp": 37, 22658 "ovhg": -4, 22659 "ovhgseq": "GTAC", 22660 "results": None, 22661 "scd3": None, 22662 "scd5": None, 22663 "site": "WGTACW", 22664 "size": 6, 22665 "substrat": "DNA", 22666 "suppl": ("B",), 22667 }
22668 22669 22670 rest_dict["TatI"] = _temp() 22671 22672
22673 -def _temp():
22674 return { 22675 "charac": (4, -4, None, None, "GCSGC"), 22676 "compsite": "(?=(?P<TauI>GC[CG]GC))", 22677 "dna": None, 22678 "freq": 512.0, 22679 "fst3": -4, 22680 "fst5": 4, 22681 "inact_temp": 65, 22682 "opt_temp": 37, 22683 "ovhg": 3, 22684 "ovhgseq": "CSG", 22685 "results": None, 22686 "scd3": None, 22687 "scd5": None, 22688 "site": "GCSGC", 22689 "size": 5, 22690 "substrat": "DNA", 22691 "suppl": ("B",), 22692 }
22693 22694 22695 rest_dict["TauI"] = _temp() 22696 22697
22698 -def _temp():
22699 return { 22700 "charac": (1, -1, None, None, "GAWTC"), 22701 "compsite": "(?=(?P<TfiI>GA[AT]TC))", 22702 "dna": None, 22703 "freq": 512.0, 22704 "fst3": -1, 22705 "fst5": 1, 22706 "inact_temp": 65, 22707 "opt_temp": 37, 22708 "ovhg": -3, 22709 "ovhgseq": "AWT", 22710 "results": None, 22711 "scd3": None, 22712 "scd5": None, 22713 "site": "GAWTC", 22714 "size": 5, 22715 "substrat": "DNA", 22716 "suppl": ("N",), 22717 }
22718 22719 22720 rest_dict["TfiI"] = _temp() 22721 22722
22723 -def _temp():
22724 return { 22725 "charac": (None, None, None, None, "ACCAAG"), 22726 "compsite": "(?=(?P<TpyTP2I>ACCAAG))|(?=(?P<TpyTP2I_as>CTTGGT))", 22727 "dna": None, 22728 "freq": 4096.0, 22729 "fst3": None, 22730 "fst5": None, 22731 "inact_temp": 65, 22732 "opt_temp": 37, 22733 "ovhg": None, 22734 "ovhgseq": None, 22735 "results": None, 22736 "scd3": None, 22737 "scd5": None, 22738 "site": "ACCAAG", 22739 "size": 6, 22740 "substrat": "DNA", 22741 "suppl": (), 22742 }
22743 22744 22745 rest_dict["TpyTP2I"] = _temp() 22746 22747
22748 -def _temp():
22749 return { 22750 "charac": (1, -1, None, None, "TTAA"), 22751 "compsite": "(?=(?P<Tru1I>TTAA))", 22752 "dna": None, 22753 "freq": 256.0, 22754 "fst3": -1, 22755 "fst5": 1, 22756 "inact_temp": 65, 22757 "opt_temp": 37, 22758 "ovhg": -2, 22759 "ovhgseq": "TA", 22760 "results": None, 22761 "scd3": None, 22762 "scd5": None, 22763 "site": "TTAA", 22764 "size": 4, 22765 "substrat": "DNA", 22766 "suppl": ("B",), 22767 }
22768 22769 22770 rest_dict["Tru1I"] = _temp() 22771 22772
22773 -def _temp():
22774 return { 22775 "charac": (1, -1, None, None, "TTAA"), 22776 "compsite": "(?=(?P<Tru9I>TTAA))", 22777 "dna": None, 22778 "freq": 256.0, 22779 "fst3": -1, 22780 "fst5": 1, 22781 "inact_temp": 65, 22782 "opt_temp": 37, 22783 "ovhg": -2, 22784 "ovhgseq": "TA", 22785 "results": None, 22786 "scd3": None, 22787 "scd5": None, 22788 "site": "TTAA", 22789 "size": 4, 22790 "substrat": "DNA", 22791 "suppl": ("I", "M", "R", "V"), 22792 }
22793 22794 22795 rest_dict["Tru9I"] = _temp() 22796 22797
22798 -def _temp():
22799 return { 22800 "charac": (7, -7, None, None, "CASTG"), 22801 "compsite": "(?=(?P<TscAI>CA[CG]TG))", 22802 "dna": None, 22803 "freq": 512.0, 22804 "fst3": -7, 22805 "fst5": 7, 22806 "inact_temp": 65, 22807 "opt_temp": 37, 22808 "ovhg": 10, 22809 "ovhgseq": "NNCASTGNN", 22810 "results": None, 22811 "scd3": None, 22812 "scd5": None, 22813 "site": "CASTG", 22814 "size": 5, 22815 "substrat": "DNA", 22816 "suppl": ("B",), 22817 }
22818 22819 22820 rest_dict["TscAI"] = _temp() 22821 22822
22823 -def _temp():
22824 return { 22825 "charac": (0, 0, None, None, "GTSAC"), 22826 "compsite": "(?=(?P<TseFI>GT[CG]AC))", 22827 "dna": None, 22828 "freq": 512.0, 22829 "fst3": 0, 22830 "fst5": 0, 22831 "inact_temp": 65, 22832 "opt_temp": 37, 22833 "ovhg": -5, 22834 "ovhgseq": "GTSAC", 22835 "results": None, 22836 "scd3": None, 22837 "scd5": None, 22838 "site": "GTSAC", 22839 "size": 5, 22840 "substrat": "DNA", 22841 "suppl": ("I",), 22842 }
22843 22844 22845 rest_dict["TseFI"] = _temp() 22846 22847
22848 -def _temp():
22849 return { 22850 "charac": (1, -1, None, None, "GCWGC"), 22851 "compsite": "(?=(?P<TseI>GC[AT]GC))", 22852 "dna": None, 22853 "freq": 512.0, 22854 "fst3": -1, 22855 "fst5": 1, 22856 "inact_temp": 65, 22857 "opt_temp": 37, 22858 "ovhg": -3, 22859 "ovhgseq": "CWG", 22860 "results": None, 22861 "scd3": None, 22862 "scd5": None, 22863 "site": "GCWGC", 22864 "size": 5, 22865 "substrat": "DNA", 22866 "suppl": ("N",), 22867 }
22868 22869 22870 rest_dict["TseI"] = _temp() 22871 22872
22873 -def _temp():
22874 return { 22875 "charac": (17, 9, None, None, "TARCCA"), 22876 "compsite": "(?=(?P<TsoI>TA[AG]CCA))|(?=(?P<TsoI_as>TGG[CT]TA))", 22877 "dna": None, 22878 "freq": 2048.0, 22879 "fst3": 9, 22880 "fst5": 17, 22881 "inact_temp": 65, 22882 "opt_temp": 37, 22883 "ovhg": 2, 22884 "ovhgseq": "NN", 22885 "results": None, 22886 "scd3": None, 22887 "scd5": None, 22888 "site": "TARCCA", 22889 "size": 6, 22890 "substrat": "DNA", 22891 "suppl": (), 22892 }
22893 22894 22895 rest_dict["TsoI"] = _temp() 22896 22897
22898 -def _temp():
22899 return { 22900 "charac": (0, 0, None, None, "GTSAC"), 22901 "compsite": "(?=(?P<Tsp45I>GT[CG]AC))", 22902 "dna": None, 22903 "freq": 512.0, 22904 "fst3": 0, 22905 "fst5": 0, 22906 "inact_temp": 65, 22907 "opt_temp": 37, 22908 "ovhg": -5, 22909 "ovhgseq": "GTSAC", 22910 "results": None, 22911 "scd3": None, 22912 "scd5": None, 22913 "site": "GTSAC", 22914 "size": 5, 22915 "substrat": "DNA", 22916 "suppl": ("N",), 22917 }
22918 22919 22920 rest_dict["Tsp45I"] = _temp() 22921 22922
22923 -def _temp():
22924 return { 22925 "charac": (3, -3, None, None, "ACNGT"), 22926 "compsite": "(?=(?P<Tsp4CI>AC.GT))", 22927 "dna": None, 22928 "freq": 256.0, 22929 "fst3": -3, 22930 "fst5": 3, 22931 "inact_temp": 65, 22932 "opt_temp": 37, 22933 "ovhg": 1, 22934 "ovhgseq": "N", 22935 "results": None, 22936 "scd3": None, 22937 "scd5": None, 22938 "site": "ACNGT", 22939 "size": 5, 22940 "substrat": "DNA", 22941 "suppl": (), 22942 }
22943 22944 22945 rest_dict["Tsp4CI"] = _temp() 22946 22947
22948 -def _temp():
22949 return { 22950 "charac": (None, None, None, None, "GRACGAC"), 22951 "compsite": "(?=(?P<TspARh3I>G[AG]ACGAC))|(?=(?P<TspARh3I_as>GTCGT[CT]C))", 22952 "dna": None, 22953 "freq": 8192.0, 22954 "fst3": None, 22955 "fst5": None, 22956 "inact_temp": 65, 22957 "opt_temp": 37, 22958 "ovhg": None, 22959 "ovhgseq": None, 22960 "results": None, 22961 "scd3": None, 22962 "scd5": None, 22963 "site": "GRACGAC", 22964 "size": 7, 22965 "substrat": "DNA", 22966 "suppl": (), 22967 }
22968 22969 22970 rest_dict["TspARh3I"] = _temp() 22971 22972
22973 -def _temp():
22974 return { 22975 "charac": (16, 9, None, None, "ATGAA"), 22976 "compsite": "(?=(?P<TspDTI>ATGAA))|(?=(?P<TspDTI_as>TTCAT))", 22977 "dna": None, 22978 "freq": 1024.0, 22979 "fst3": 9, 22980 "fst5": 16, 22981 "inact_temp": 65, 22982 "opt_temp": 37, 22983 "ovhg": 2, 22984 "ovhgseq": "NN", 22985 "results": None, 22986 "scd3": None, 22987 "scd5": None, 22988 "site": "ATGAA", 22989 "size": 5, 22990 "substrat": "DNA", 22991 "suppl": ("Q", "X"), 22992 }
22993 22994 22995 rest_dict["TspDTI"] = _temp() 22996 22997
22998 -def _temp():
22999 return { 23000 "charac": (0, 0, None, None, "AATT"), 23001 "compsite": "(?=(?P<TspEI>AATT))", 23002 "dna": None, 23003 "freq": 256.0, 23004 "fst3": 0, 23005 "fst5": 0, 23006 "inact_temp": 65, 23007 "opt_temp": 37, 23008 "ovhg": -4, 23009 "ovhgseq": "AATT", 23010 "results": None, 23011 "scd3": None, 23012 "scd5": None, 23013 "site": "AATT", 23014 "size": 4, 23015 "substrat": "DNA", 23016 "suppl": (), 23017 }
23018 23019 23020 rest_dict["TspEI"] = _temp() 23021 23022
23023 -def _temp():
23024 return { 23025 "charac": (16, 9, None, None, "ACGGA"), 23026 "compsite": "(?=(?P<TspGWI>ACGGA))|(?=(?P<TspGWI_as>TCCGT))", 23027 "dna": None, 23028 "freq": 1024.0, 23029 "fst3": 9, 23030 "fst5": 16, 23031 "inact_temp": 65, 23032 "opt_temp": 37, 23033 "ovhg": 2, 23034 "ovhgseq": "NN", 23035 "results": None, 23036 "scd3": None, 23037 "scd5": None, 23038 "site": "ACGGA", 23039 "size": 5, 23040 "substrat": "DNA", 23041 "suppl": ("Q", "X"), 23042 }
23043 23044 23045 rest_dict["TspGWI"] = _temp() 23046 23047
23048 -def _temp():
23049 return { 23050 "charac": (1, -1, None, None, "CCCGGG"), 23051 "compsite": "(?=(?P<TspMI>CCCGGG))", 23052 "dna": None, 23053 "freq": 4096.0, 23054 "fst3": -1, 23055 "fst5": 1, 23056 "inact_temp": 65, 23057 "opt_temp": 37, 23058 "ovhg": -4, 23059 "ovhgseq": "CCGG", 23060 "results": None, 23061 "scd3": None, 23062 "scd5": None, 23063 "site": "CCCGGG", 23064 "size": 6, 23065 "substrat": "DNA", 23066 "suppl": ("N",), 23067 }
23068 23069 23070 rest_dict["TspMI"] = _temp() 23071 23072
23073 -def _temp():
23074 return { 23075 "charac": (7, -7, None, None, "CASTG"), 23076 "compsite": "(?=(?P<TspRI>CA[CG]TG))", 23077 "dna": None, 23078 "freq": 512.0, 23079 "fst3": -7, 23080 "fst5": 7, 23081 "inact_temp": 65, 23082 "opt_temp": 37, 23083 "ovhg": 10, 23084 "ovhgseq": "NNCASTGNN", 23085 "results": None, 23086 "scd3": None, 23087 "scd5": None, 23088 "site": "CASTG", 23089 "size": 5, 23090 "substrat": "DNA", 23091 "suppl": ("N",), 23092 }
23093 23094 23095 rest_dict["TspRI"] = _temp() 23096 23097
23098 -def _temp():
23099 return { 23100 "charac": (None, None, None, None, "GAGNNNCTC"), 23101 "compsite": "(?=(?P<TssI>GAG...CTC))", 23102 "dna": None, 23103 "freq": 4096.0, 23104 "fst3": None, 23105 "fst5": None, 23106 "inact_temp": 65, 23107 "opt_temp": 37, 23108 "ovhg": None, 23109 "ovhgseq": None, 23110 "results": None, 23111 "scd3": None, 23112 "scd5": None, 23113 "site": "GAGNNNCTC", 23114 "size": 9, 23115 "substrat": "DNA", 23116 "suppl": (), 23117 }
23118 23119 23120 rest_dict["TssI"] = _temp() 23121 23122
23123 -def _temp():
23124 return { 23125 "charac": (-8, -25, 24, 7, "CACNNNNNNTCC"), 23126 "compsite": "(?=(?P<TstI>CAC......TCC))|(?=(?P<TstI_as>GGA......GTG))", 23127 "dna": None, 23128 "freq": 4096.0, 23129 "fst3": -25, 23130 "fst5": -8, 23131 "inact_temp": 65, 23132 "opt_temp": 37, 23133 "ovhg": 5, 23134 "ovhgseq": "NNNNN", 23135 "results": None, 23136 "scd3": 7, 23137 "scd5": 24, 23138 "site": "CACNNNNNNTCC", 23139 "size": 12, 23140 "substrat": "DNA", 23141 "suppl": (), 23142 }
23143 23144 23145 rest_dict["TstI"] = _temp() 23146 23147
23148 -def _temp():
23149 return { 23150 "charac": (None, None, None, None, "GCGAC"), 23151 "compsite": "(?=(?P<TsuI>GCGAC))|(?=(?P<TsuI_as>GTCGC))", 23152 "dna": None, 23153 "freq": 1024.0, 23154 "fst3": None, 23155 "fst5": None, 23156 "inact_temp": 65, 23157 "opt_temp": 37, 23158 "ovhg": None, 23159 "ovhgseq": None, 23160 "results": None, 23161 "scd3": None, 23162 "scd5": None, 23163 "site": "GCGAC", 23164 "size": 5, 23165 "substrat": "DNA", 23166 "suppl": (), 23167 }
23168 23169 23170 rest_dict["TsuI"] = _temp() 23171 23172
23173 -def _temp():
23174 return { 23175 "charac": (4, -4, None, None, "GACNNNGTC"), 23176 "compsite": "(?=(?P<Tth111I>GAC...GTC))", 23177 "dna": None, 23178 "freq": 4096.0, 23179 "fst3": -4, 23180 "fst5": 4, 23181 "inact_temp": 65, 23182 "opt_temp": 37, 23183 "ovhg": -1, 23184 "ovhgseq": "N", 23185 "results": None, 23186 "scd3": None, 23187 "scd5": None, 23188 "site": "GACNNNGTC", 23189 "size": 9, 23190 "substrat": "DNA", 23191 "suppl": ("I", "K", "N", "Q", "V", "X"), 23192 }
23193 23194 23195 rest_dict["Tth111I"] = _temp() 23196 23197
23198 -def _temp():
23199 return { 23200 "charac": (17, 9, None, None, "CAARCA"), 23201 "compsite": "(?=(?P<Tth111II>CAA[AG]CA))|(?=(?P<Tth111II_as>TG[CT]TTG))", 23202 "dna": None, 23203 "freq": 2048.0, 23204 "fst3": 9, 23205 "fst5": 17, 23206 "inact_temp": 65, 23207 "opt_temp": 37, 23208 "ovhg": 2, 23209 "ovhgseq": "NN", 23210 "results": None, 23211 "scd3": None, 23212 "scd5": None, 23213 "site": "CAARCA", 23214 "size": 6, 23215 "substrat": "DNA", 23216 "suppl": (), 23217 }
23218 23219 23220 rest_dict["Tth111II"] = _temp() 23221 23222
23223 -def _temp():
23224 return { 23225 "charac": (None, None, None, None, "TCGTA"), 23226 "compsite": "(?=(?P<UbaF11I>TCGTA))|(?=(?P<UbaF11I_as>TACGA))", 23227 "dna": None, 23228 "freq": 1024.0, 23229 "fst3": None, 23230 "fst5": None, 23231 "inact_temp": 65, 23232 "opt_temp": 37, 23233 "ovhg": None, 23234 "ovhgseq": None, 23235 "results": None, 23236 "scd3": None, 23237 "scd5": None, 23238 "site": "TCGTA", 23239 "size": 5, 23240 "substrat": "DNA", 23241 "suppl": (), 23242 }
23243 23244 23245 rest_dict["UbaF11I"] = _temp() 23246 23247
23248 -def _temp():
23249 return { 23250 "charac": (None, None, None, None, "CTACNNNGTC"), 23251 "compsite": "(?=(?P<UbaF12I>CTAC...GTC))|(?=(?P<UbaF12I_as>GAC...GTAG))", 23252 "dna": None, 23253 "freq": 16384.0, 23254 "fst3": None, 23255 "fst5": None, 23256 "inact_temp": 65, 23257 "opt_temp": 37, 23258 "ovhg": None, 23259 "ovhgseq": None, 23260 "results": None, 23261 "scd3": None, 23262 "scd5": None, 23263 "site": "CTACNNNGTC", 23264 "size": 10, 23265 "substrat": "DNA", 23266 "suppl": (), 23267 }
23268 23269 23270 rest_dict["UbaF12I"] = _temp() 23271 23272
23273 -def _temp():
23274 return { 23275 "charac": (None, None, None, None, "GAGNNNNNNCTGG"), 23276 "compsite": "(?=(?P<UbaF13I>GAG......CTGG))|(?=(?P<UbaF13I_as>CCAG......CTC))", 23277 "dna": None, 23278 "freq": 16384.0, 23279 "fst3": None, 23280 "fst5": None, 23281 "inact_temp": 65, 23282 "opt_temp": 37, 23283 "ovhg": None, 23284 "ovhgseq": None, 23285 "results": None, 23286 "scd3": None, 23287 "scd5": None, 23288 "site": "GAGNNNNNNCTGG", 23289 "size": 13, 23290 "substrat": "DNA", 23291 "suppl": (), 23292 }
23293 23294 23295 rest_dict["UbaF13I"] = _temp() 23296 23297
23298 -def _temp():
23299 return { 23300 "charac": (None, None, None, None, "CCANNNNNTCG"), 23301 "compsite": "(?=(?P<UbaF14I>CCA.....TCG))|(?=(?P<UbaF14I_as>CGA.....TGG))", 23302 "dna": None, 23303 "freq": 4096.0, 23304 "fst3": None, 23305 "fst5": None, 23306 "inact_temp": 65, 23307 "opt_temp": 37, 23308 "ovhg": None, 23309 "ovhgseq": None, 23310 "results": None, 23311 "scd3": None, 23312 "scd5": None, 23313 "site": "CCANNNNNTCG", 23314 "size": 11, 23315 "substrat": "DNA", 23316 "suppl": (), 23317 }
23318 23319 23320 rest_dict["UbaF14I"] = _temp() 23321 23322
23323 -def _temp():
23324 return { 23325 "charac": (None, None, None, None, "TACNNNNNRTGT"), 23326 "compsite": "(?=(?P<UbaF9I>TAC.....[AG]TGT))|(?=(?P<UbaF9I_as>ACA[CT].....GTA))", 23327 "dna": None, 23328 "freq": 8192.0, 23329 "fst3": None, 23330 "fst5": None, 23331 "inact_temp": 65, 23332 "opt_temp": 37, 23333 "ovhg": None, 23334 "ovhgseq": None, 23335 "results": None, 23336 "scd3": None, 23337 "scd5": None, 23338 "site": "TACNNNNNRTGT", 23339 "size": 12, 23340 "substrat": "DNA", 23341 "suppl": (), 23342 }
23343 23344 23345 rest_dict["UbaF9I"] = _temp() 23346 23347
23348 -def _temp():
23349 return { 23350 "charac": (None, None, None, None, "CGAACG"), 23351 "compsite": "(?=(?P<UbaPI>CGAACG))|(?=(?P<UbaPI_as>CGTTCG))", 23352 "dna": None, 23353 "freq": 4096.0, 23354 "fst3": None, 23355 "fst5": None, 23356 "inact_temp": 65, 23357 "opt_temp": 37, 23358 "ovhg": None, 23359 "ovhgseq": None, 23360 "results": None, 23361 "scd3": None, 23362 "scd5": None, 23363 "site": "CGAACG", 23364 "size": 6, 23365 "substrat": "DNA", 23366 "suppl": (), 23367 }
23368 23369 23370 rest_dict["UbaPI"] = _temp() 23371 23372
23373 -def _temp():
23374 return { 23375 "charac": (-7, -11, 11, 7, "GAGCTC"), 23376 "compsite": "(?=(?P<UcoMSI>GAGCTC))", 23377 "dna": None, 23378 "freq": 4096.0, 23379 "fst3": -11, 23380 "fst5": -7, 23381 "inact_temp": 65, 23382 "opt_temp": 37, 23383 "ovhg": -2, 23384 "ovhgseq": "NN", 23385 "results": None, 23386 "scd3": 7, 23387 "scd5": 11, 23388 "site": "GAGCTC", 23389 "size": 6, 23390 "substrat": "DNA", 23391 "suppl": (), 23392 }
23393 23394 23395 rest_dict["UcoMSI"] = _temp() 23396 23397
23398 -def _temp():
23399 return { 23400 "charac": (0, 0, None, None, "GGNCC"), 23401 "compsite": "(?=(?P<UnbI>GG.CC))", 23402 "dna": None, 23403 "freq": 256.0, 23404 "fst3": 0, 23405 "fst5": 0, 23406 "inact_temp": 65, 23407 "opt_temp": 37, 23408 "ovhg": -5, 23409 "ovhgseq": "GGNCC", 23410 "results": None, 23411 "scd3": None, 23412 "scd5": None, 23413 "site": "GGNCC", 23414 "size": 5, 23415 "substrat": "DNA", 23416 "suppl": (), 23417 }
23418 23419 23420 rest_dict["UnbI"] = _temp() 23421 23422
23423 -def _temp():
23424 return { 23425 "charac": (None, None, None, None, "CCKAAG"), 23426 "compsite": "(?=(?P<Van9116I>CC[GT]AAG))|(?=(?P<Van9116I_as>CTT[AC]GG))", 23427 "dna": None, 23428 "freq": 2048.0, 23429 "fst3": None, 23430 "fst5": None, 23431 "inact_temp": 65, 23432 "opt_temp": 37, 23433 "ovhg": None, 23434 "ovhgseq": None, 23435 "results": None, 23436 "scd3": None, 23437 "scd5": None, 23438 "site": "CCKAAG", 23439 "size": 6, 23440 "substrat": "DNA", 23441 "suppl": (), 23442 }
23443 23444 23445 rest_dict["Van9116I"] = _temp() 23446 23447
23448 -def _temp():
23449 return { 23450 "charac": (7, -7, None, None, "CCANNNNNTGG"), 23451 "compsite": "(?=(?P<Van91I>CCA.....TGG))", 23452 "dna": None, 23453 "freq": 4096.0, 23454 "fst3": -7, 23455 "fst5": 7, 23456 "inact_temp": 65, 23457 "opt_temp": 37, 23458 "ovhg": 3, 23459 "ovhgseq": "NNN", 23460 "results": None, 23461 "scd3": None, 23462 "scd5": None, 23463 "site": "CCANNNNNTGG", 23464 "size": 11, 23465 "substrat": "DNA", 23466 "suppl": ("B", "K"), 23467 }
23468 23469 23470 rest_dict["Van91I"] = _temp() 23471 23472
23473 -def _temp():
23474 return { 23475 "charac": (None, None, None, None, "RTAAAYG"), 23476 "compsite": "(?=(?P<VchE4II>[AG]TAAA[CT]G))|(?=(?P<VchE4II_as>C[AG]TTTA[CT]))", 23477 "dna": None, 23478 "freq": 4096.0, 23479 "fst3": None, 23480 "fst5": None, 23481 "inact_temp": 65, 23482 "opt_temp": 37, 23483 "ovhg": None, 23484 "ovhgseq": None, 23485 "results": None, 23486 "scd3": None, 23487 "scd5": None, 23488 "site": "RTAAAYG", 23489 "size": 7, 23490 "substrat": "DNA", 23491 "suppl": (), 23492 }
23493 23494 23495 rest_dict["VchE4II"] = _temp() 23496 23497
23498 -def _temp():
23499 return { 23500 "charac": (None, None, None, None, "GNCYTAG"), 23501 "compsite": "(?=(?P<Vdi96II>G.C[CT]TAG))|(?=(?P<Vdi96II_as>CTA[AG]G.C))", 23502 "dna": None, 23503 "freq": 2048.0, 23504 "fst3": None, 23505 "fst5": None, 23506 "inact_temp": 65, 23507 "opt_temp": 37, 23508 "ovhg": None, 23509 "ovhgseq": None, 23510 "results": None, 23511 "scd3": None, 23512 "scd5": None, 23513 "site": "GNCYTAG", 23514 "size": 7, 23515 "substrat": "DNA", 23516 "suppl": (), 23517 }
23518 23519 23520 rest_dict["Vdi96II"] = _temp() 23521 23522
23523 -def _temp():
23524 return { 23525 "charac": (1, -1, None, None, "CTTAAG"), 23526 "compsite": "(?=(?P<Vha464I>CTTAAG))", 23527 "dna": None, 23528 "freq": 4096.0, 23529 "fst3": -1, 23530 "fst5": 1, 23531 "inact_temp": 65, 23532 "opt_temp": 37, 23533 "ovhg": -4, 23534 "ovhgseq": "TTAA", 23535 "results": None, 23536 "scd3": None, 23537 "scd5": None, 23538 "site": "CTTAAG", 23539 "size": 6, 23540 "substrat": "DNA", 23541 "suppl": ("V",), 23542 }
23543 23544 23545 rest_dict["Vha464I"] = _temp() 23546 23547
23548 -def _temp():
23549 return { 23550 "charac": (1, -1, None, None, "GTGCAC"), 23551 "compsite": "(?=(?P<VneI>GTGCAC))", 23552 "dna": None, 23553 "freq": 4096.0, 23554 "fst3": -1, 23555 "fst5": 1, 23556 "inact_temp": 65, 23557 "opt_temp": 37, 23558 "ovhg": -4, 23559 "ovhgseq": "TGCA", 23560 "results": None, 23561 "scd3": None, 23562 "scd5": None, 23563 "site": "GTGCAC", 23564 "size": 6, 23565 "substrat": "DNA", 23566 "suppl": ("I", "V"), 23567 }
23568 23569 23570 rest_dict["VneI"] = _temp() 23571 23572
23573 -def _temp():
23574 return { 23575 "charac": (0, 0, None, None, "GGWCC"), 23576 "compsite": "(?=(?P<VpaK11AI>GG[AT]CC))", 23577 "dna": None, 23578 "freq": 512.0, 23579 "fst3": 0, 23580 "fst5": 0, 23581 "inact_temp": 65, 23582 "opt_temp": 37, 23583 "ovhg": -5, 23584 "ovhgseq": "GGWCC", 23585 "results": None, 23586 "scd3": None, 23587 "scd5": None, 23588 "site": "GGWCC", 23589 "size": 5, 23590 "substrat": "DNA", 23591 "suppl": (), 23592 }
23593 23594 23595 rest_dict["VpaK11AI"] = _temp() 23596 23597
23598 -def _temp():
23599 return { 23600 "charac": (1, -1, None, None, "GGWCC"), 23601 "compsite": "(?=(?P<VpaK11BI>GG[AT]CC))", 23602 "dna": None, 23603 "freq": 512.0, 23604 "fst3": -1, 23605 "fst5": 1, 23606 "inact_temp": 65, 23607 "opt_temp": 37, 23608 "ovhg": -3, 23609 "ovhgseq": "GWC", 23610 "results": None, 23611 "scd3": None, 23612 "scd5": None, 23613 "site": "GGWCC", 23614 "size": 5, 23615 "substrat": "DNA", 23616 "suppl": ("K",), 23617 }
23618 23619 23620 rest_dict["VpaK11BI"] = _temp() 23621 23622
23623 -def _temp():
23624 return { 23625 "charac": (2, -2, None, None, "ATTAAT"), 23626 "compsite": "(?=(?P<VspI>ATTAAT))", 23627 "dna": None, 23628 "freq": 4096.0, 23629 "fst3": -2, 23630 "fst5": 2, 23631 "inact_temp": 65, 23632 "opt_temp": 37, 23633 "ovhg": -2, 23634 "ovhgseq": "TA", 23635 "results": None, 23636 "scd3": None, 23637 "scd5": None, 23638 "site": "ATTAAT", 23639 "size": 6, 23640 "substrat": "DNA", 23641 "suppl": ("B", "I", "R", "V"), 23642 }
23643 23644 23645 rest_dict["VspI"] = _temp() 23646 23647
23648 -def _temp():
23649 return { 23650 "charac": (None, None, None, None, "CACRAYC"), 23651 "compsite": "(?=(?P<Vtu19109I>CAC[AG]A[CT]C))|(?=(?P<Vtu19109I_as>G[AG]T[CT]GTG))", 23652 "dna": None, 23653 "freq": 4096.0, 23654 "fst3": None, 23655 "fst5": None, 23656 "inact_temp": 65, 23657 "opt_temp": 37, 23658 "ovhg": None, 23659 "ovhgseq": None, 23660 "results": None, 23661 "scd3": None, 23662 "scd5": None, 23663 "site": "CACRAYC", 23664 "size": 7, 23665 "substrat": "DNA", 23666 "suppl": (), 23667 }
23668 23669 23670 rest_dict["Vtu19109I"] = _temp() 23671 23672
23673 -def _temp():
23674 return { 23675 "charac": (27, 19, None, None, "CACRAG"), 23676 "compsite": "(?=(?P<WviI>CAC[AG]AG))|(?=(?P<WviI_as>CT[CT]GTG))", 23677 "dna": None, 23678 "freq": 2048.0, 23679 "fst3": 19, 23680 "fst5": 27, 23681 "inact_temp": 65, 23682 "opt_temp": 37, 23683 "ovhg": 2, 23684 "ovhgseq": "NN", 23685 "results": None, 23686 "scd3": None, 23687 "scd5": None, 23688 "site": "CACRAG", 23689 "size": 6, 23690 "substrat": "DNA", 23691 "suppl": (), 23692 }
23693 23694 23695 rest_dict["WviI"] = _temp() 23696 23697
23698 -def _temp():
23699 return { 23700 "charac": (5, -5, None, None, "CCTNNNNNAGG"), 23701 "compsite": "(?=(?P<XagI>CCT.....AGG))", 23702 "dna": None, 23703 "freq": 4096.0, 23704 "fst3": -5, 23705 "fst5": 5, 23706 "inact_temp": 65, 23707 "opt_temp": 37, 23708 "ovhg": -1, 23709 "ovhgseq": "N", 23710 "results": None, 23711 "scd3": None, 23712 "scd5": None, 23713 "site": "CCTNNNNNAGG", 23714 "size": 11, 23715 "substrat": "DNA", 23716 "suppl": ("B",), 23717 }
23718 23719 23720 rest_dict["XagI"] = _temp() 23721 23722
23723 -def _temp():
23724 return { 23725 "charac": (1, -1, None, None, "RAATTY"), 23726 "compsite": "(?=(?P<XapI>[AG]AATT[CT]))", 23727 "dna": None, 23728 "freq": 1024.0, 23729 "fst3": -1, 23730 "fst5": 1, 23731 "inact_temp": 65, 23732 "opt_temp": 37, 23733 "ovhg": -4, 23734 "ovhgseq": "AATT", 23735 "results": None, 23736 "scd3": None, 23737 "scd5": None, 23738 "site": "RAATTY", 23739 "size": 6, 23740 "substrat": "DNA", 23741 "suppl": ("B",), 23742 }
23743 23744 23745 rest_dict["XapI"] = _temp() 23746 23747
23748 -def _temp():
23749 return { 23750 "charac": (1, -1, None, None, "TCTAGA"), 23751 "compsite": "(?=(?P<XbaI>TCTAGA))", 23752 "dna": None, 23753 "freq": 4096.0, 23754 "fst3": -1, 23755 "fst5": 1, 23756 "inact_temp": 65, 23757 "opt_temp": 37, 23758 "ovhg": -4, 23759 "ovhgseq": "CTAG", 23760 "results": None, 23761 "scd3": None, 23762 "scd5": None, 23763 "site": "TCTAGA", 23764 "size": 6, 23765 "substrat": "DNA", 23766 "suppl": ("B", "C", "I", "J", "K", "M", "N", "Q", "R", "S", "V", "X"), 23767 }
23768 23769 23770 rest_dict["XbaI"] = _temp() 23771 23772
23773 -def _temp():
23774 return { 23775 "charac": (None, None, None, None, "TACGAG"), 23776 "compsite": "(?=(?P<Xca85IV>TACGAG))|(?=(?P<Xca85IV_as>CTCGTA))", 23777 "dna": None, 23778 "freq": 4096.0, 23779 "fst3": None, 23780 "fst5": None, 23781 "inact_temp": 65, 23782 "opt_temp": 37, 23783 "ovhg": None, 23784 "ovhgseq": None, 23785 "results": None, 23786 "scd3": None, 23787 "scd5": None, 23788 "site": "TACGAG", 23789 "size": 6, 23790 "substrat": "DNA", 23791 "suppl": (), 23792 }
23793 23794 23795 rest_dict["Xca85IV"] = _temp() 23796 23797
23798 -def _temp():
23799 return { 23800 "charac": (5, -5, None, None, "RCATGY"), 23801 "compsite": "(?=(?P<XceI>[AG]CATG[CT]))", 23802 "dna": None, 23803 "freq": 1024.0, 23804 "fst3": -5, 23805 "fst5": 5, 23806 "inact_temp": 65, 23807 "opt_temp": 37, 23808 "ovhg": 4, 23809 "ovhgseq": "CATG", 23810 "results": None, 23811 "scd3": None, 23812 "scd5": None, 23813 "site": "RCATGY", 23814 "size": 6, 23815 "substrat": "DNA", 23816 "suppl": ("B",), 23817 }
23818 23819 23820 rest_dict["XceI"] = _temp() 23821 23822
23823 -def _temp():
23824 return { 23825 "charac": (8, -8, None, None, "CCANNNNNNNNNTGG"), 23826 "compsite": "(?=(?P<XcmI>CCA.........TGG))", 23827 "dna": None, 23828 "freq": 4096.0, 23829 "fst3": -8, 23830 "fst5": 8, 23831 "inact_temp": 65, 23832 "opt_temp": 37, 23833 "ovhg": 1, 23834 "ovhgseq": "N", 23835 "results": None, 23836 "scd3": None, 23837 "scd5": None, 23838 "site": "CCANNNNNNNNNTGG", 23839 "size": 15, 23840 "substrat": "DNA", 23841 "suppl": ("N",), 23842 }
23843 23844 23845 rest_dict["XcmI"] = _temp() 23846 23847
23848 -def _temp():
23849 return { 23850 "charac": (1, -1, None, None, "CTCGAG"), 23851 "compsite": "(?=(?P<XhoI>CTCGAG))", 23852 "dna": None, 23853 "freq": 4096.0, 23854 "fst3": -1, 23855 "fst5": 1, 23856 "inact_temp": 65, 23857 "opt_temp": 37, 23858 "ovhg": -4, 23859 "ovhgseq": "TCGA", 23860 "results": None, 23861 "scd3": None, 23862 "scd5": None, 23863 "site": "CTCGAG", 23864 "size": 6, 23865 "substrat": "DNA", 23866 "suppl": ("B", "J", "K", "M", "N", "O", "Q", "R", "S", "X"), 23867 }
23868 23869 23870 rest_dict["XhoI"] = _temp() 23871 23872
23873 -def _temp():
23874 return { 23875 "charac": (1, -1, None, None, "RGATCY"), 23876 "compsite": "(?=(?P<XhoII>[AG]GATC[CT]))", 23877 "dna": None, 23878 "freq": 1024.0, 23879 "fst3": -1, 23880 "fst5": 1, 23881 "inact_temp": 65, 23882 "opt_temp": 37, 23883 "ovhg": -4, 23884 "ovhgseq": "GATC", 23885 "results": None, 23886 "scd3": None, 23887 "scd5": None, 23888 "site": "RGATCY", 23889 "size": 6, 23890 "substrat": "DNA", 23891 "suppl": (), 23892 }
23893 23894 23895 rest_dict["XhoII"] = _temp() 23896 23897
23898 -def _temp():
23899 return { 23900 "charac": (1, -1, None, None, "CCCGGG"), 23901 "compsite": "(?=(?P<XmaI>CCCGGG))", 23902 "dna": None, 23903 "freq": 4096.0, 23904 "fst3": -1, 23905 "fst5": 1, 23906 "inact_temp": 65, 23907 "opt_temp": 37, 23908 "ovhg": -4, 23909 "ovhgseq": "CCGG", 23910 "results": None, 23911 "scd3": None, 23912 "scd5": None, 23913 "site": "CCCGGG", 23914 "size": 6, 23915 "substrat": "DNA", 23916 "suppl": ("I", "N", "R", "V"), 23917 }
23918 23919 23920 rest_dict["XmaI"] = _temp() 23921 23922
23923 -def _temp():
23924 return { 23925 "charac": (1, -1, None, None, "CGGCCG"), 23926 "compsite": "(?=(?P<XmaIII>CGGCCG))", 23927 "dna": None, 23928 "freq": 4096.0, 23929 "fst3": -1, 23930 "fst5": 1, 23931 "inact_temp": 65, 23932 "opt_temp": 37, 23933 "ovhg": -4, 23934 "ovhgseq": "GGCC", 23935 "results": None, 23936 "scd3": None, 23937 "scd5": None, 23938 "site": "CGGCCG", 23939 "size": 6, 23940 "substrat": "DNA", 23941 "suppl": (), 23942 }
23943 23944 23945 rest_dict["XmaIII"] = _temp() 23946 23947
23948 -def _temp():
23949 return { 23950 "charac": (1, -1, None, None, "CCTAGG"), 23951 "compsite": "(?=(?P<XmaJI>CCTAGG))", 23952 "dna": None, 23953 "freq": 4096.0, 23954 "fst3": -1, 23955 "fst5": 1, 23956 "inact_temp": 65, 23957 "opt_temp": 37, 23958 "ovhg": -4, 23959 "ovhgseq": "CTAG", 23960 "results": None, 23961 "scd3": None, 23962 "scd5": None, 23963 "site": "CCTAGG", 23964 "size": 6, 23965 "substrat": "DNA", 23966 "suppl": ("B",), 23967 }
23968 23969 23970 rest_dict["XmaJI"] = _temp() 23971 23972
23973 -def _temp():
23974 return { 23975 "charac": (2, -2, None, None, "GTMKAC"), 23976 "compsite": "(?=(?P<XmiI>GT[AC][GT]AC))", 23977 "dna": None, 23978 "freq": 1024.0, 23979 "fst3": -2, 23980 "fst5": 2, 23981 "inact_temp": 65, 23982 "opt_temp": 37, 23983 "ovhg": -2, 23984 "ovhgseq": "MK", 23985 "results": None, 23986 "scd3": None, 23987 "scd5": None, 23988 "site": "GTMKAC", 23989 "size": 6, 23990 "substrat": "DNA", 23991 "suppl": ("B",), 23992 }
23993 23994 23995 rest_dict["XmiI"] = _temp() 23996 23997
23998 -def _temp():
23999 return { 24000 "charac": (5, -5, None, None, "GAANNNNTTC"), 24001 "compsite": "(?=(?P<XmnI>GAA....TTC))", 24002 "dna": None, 24003 "freq": 4096.0, 24004 "fst3": -5, 24005 "fst5": 5, 24006 "inact_temp": 65, 24007 "opt_temp": 37, 24008 "ovhg": 0, 24009 "ovhgseq": "", 24010 "results": None, 24011 "scd3": None, 24012 "scd5": None, 24013 "site": "GAANNNNTTC", 24014 "size": 10, 24015 "substrat": "DNA", 24016 "suppl": ("N", "R"), 24017 }
24018 24019 24020 rest_dict["XmnI"] = _temp() 24021 24022
24023 -def _temp():
24024 return { 24025 "charac": (1, -1, None, None, "CTAG"), 24026 "compsite": "(?=(?P<XspI>CTAG))", 24027 "dna": None, 24028 "freq": 256.0, 24029 "fst3": -1, 24030 "fst5": 1, 24031 "inact_temp": 65, 24032 "opt_temp": 37, 24033 "ovhg": -2, 24034 "ovhgseq": "TA", 24035 "results": None, 24036 "scd3": None, 24037 "scd5": None, 24038 "site": "CTAG", 24039 "size": 4, 24040 "substrat": "DNA", 24041 "suppl": ("K",), 24042 }
24043 24044 24045 rest_dict["XspI"] = _temp() 24046 24047
24048 -def _temp():
24049 return { 24050 "charac": (11, 9, None, None, "C"), 24051 "compsite": "(?=(?P<YkrI>C))|(?=(?P<YkrI_as>G))", 24052 "dna": None, 24053 "freq": 4.0, 24054 "fst3": 9, 24055 "fst5": 11, 24056 "inact_temp": 65, 24057 "opt_temp": 37, 24058 "ovhg": 1, 24059 "ovhgseq": "N", 24060 "results": None, 24061 "scd3": None, 24062 "scd5": None, 24063 "site": "C", 24064 "size": 1, 24065 "substrat": "DNA", 24066 "suppl": (), 24067 }
24068 24069 24070 rest_dict["YkrI"] = _temp() 24071 24072
24073 -def _temp():
24074 return { 24075 "charac": (3, -3, None, None, "GACGTC"), 24076 "compsite": "(?=(?P<ZraI>GACGTC))", 24077 "dna": None, 24078 "freq": 4096.0, 24079 "fst3": -3, 24080 "fst5": 3, 24081 "inact_temp": 65, 24082 "opt_temp": 37, 24083 "ovhg": 0, 24084 "ovhgseq": "", 24085 "results": None, 24086 "scd3": None, 24087 "scd5": None, 24088 "site": "GACGTC", 24089 "size": 6, 24090 "substrat": "DNA", 24091 "suppl": ("I", "N", "V"), 24092 }
24093 24094 24095 rest_dict["ZraI"] = _temp() 24096 24097
24098 -def _temp():
24099 return { 24100 "charac": (3, -3, None, None, "AGTACT"), 24101 "compsite": "(?=(?P<ZrmI>AGTACT))", 24102 "dna": None, 24103 "freq": 4096.0, 24104 "fst3": -3, 24105 "fst5": 3, 24106 "inact_temp": 65, 24107 "opt_temp": 37, 24108 "ovhg": 0, 24109 "ovhgseq": "", 24110 "results": None, 24111 "scd3": None, 24112 "scd5": None, 24113 "site": "AGTACT", 24114 "size": 6, 24115 "substrat": "DNA", 24116 "suppl": ("I",), 24117 }
24118 24119 24120 rest_dict["ZrmI"] = _temp() 24121 24122
24123 -def _temp():
24124 return { 24125 "charac": (5, -5, None, None, "ATGCAT"), 24126 "compsite": "(?=(?P<Zsp2I>ATGCAT))", 24127 "dna": None, 24128 "freq": 4096.0, 24129 "fst3": -5, 24130 "fst5": 5, 24131 "inact_temp": 65, 24132 "opt_temp": 37, 24133 "ovhg": 4, 24134 "ovhgseq": "TGCA", 24135 "results": None, 24136 "scd3": None, 24137 "scd5": None, 24138 "site": "ATGCAT", 24139 "size": 6, 24140 "substrat": "DNA", 24141 "suppl": ("I", "V"), 24142 }
24143 24144 24145 rest_dict["Zsp2I"] = _temp() 24146 24147 24148 suppliers = {} 24149 24150
24151 -def _temp():
24152 return ( 24153 "Life Technologies", 24154 ["AanI", "AarI", "AasI", "AatII", "AccI", "Acc65I", "AdeI", "AfaI", "AjiI", "AjuI", "AloI", "AluI", "Alw21I", "Alw26I", "Alw44I", "ApaI", "BalI", "BamHI", "BauI", "BclI", "BcnI", "BcuI", "BfmI", "BfoI", "BfuI", "BglI", "BglII", "Bme1390I", "BmeT110I", "BmsI", "BoxI", "BpiI", "BplI", "Bpu10I", "Bpu1102I", "BseDI", "BseGI", "BseJI", "BseLI", "BseMI", "BseMII", "BseNI", "BseSI", "BseXI", "Bsh1236I", "Bsh1285I", "BshNI", "BshTI", "Bsp68I", "Bsp119I", "Bsp120I", "Bsp143I", "Bsp1407I", "BspLI", "BspOI", "BspPI", "BspTI", "Bst1107I", "BstXI", "Bsu15I", "BsuRI", "BveI", "CaiI", "Cfr9I", "Cfr10I", "Cfr13I", "Cfr42I", "ClaI", "CpoI", "CseI", "CsiI", "Csp6I", "DpnI", "DraI", "Eam1104I", "Eam1105I", "Ecl136II", "Eco24I", "Eco31I", "Eco32I", "Eco47I", "Eco47III", "Eco52I", "Eco57I", "Eco72I", "Eco81I", "Eco88I", "Eco91I", "Eco105I", "Eco130I", "Eco147I", "EcoO109I", "EcoRI", "EcoRII", "EcoRV", "EcoT22I", "EheI", "Esp3I", "FaqI", "FokI", "FspAI", "FspBI", "GsuI", "HaeIII", "HapII", "HhaI", "Hin1I", "Hin1II", "Hin6I", "HincII", "HindIII", "HinfI", "HpaI", "HpaII", "HphI", "Hpy8I", "HpyF3I", "HpyF10VI", "KflI", "KpnI", "Kpn2I", "KspAI", "LguI", "Lsp1109I", "LweI", "MauBI", "MbiI", "MboI", "MboII", "MlsI", "MluI", "MnlI", "Mph1103I", "MreI", "MspI", "MssI", "MunI", "MvaI", "Mva1269I", "NcoI", "NdeI", "NheI", "NmuCI", "NotI", "NruI", "NsbI", "OliI", "PacI", "PaeI", "PagI", "PasI", "PauI", "PdiI", "PdmI", "PfeI", "Pfl23II", "PfoI", "Ppu21I", "PscI", "Psp5II", "Psp1406I", "PspFI", "PstI", "PsuI", "PsyI", "PteI", "PvuI", "PvuII", "RruI", "RsaI", "RseI", "SacI", "SacII", "SalI", "SaqAI", "SatI", "ScaI", "SchI", "SdaI", "SduI", "SfaAI", "SfiI", "SgeI", "SgrDI", "SgsI", "SmaI", "SmiI", "SmoI", "SpeI", "SphI", "SsiI", "SspI", "SspDI", "StuI", "TaaI", "TaiI", "TaqI", "TasI", "TatI", "TauI", "Tru1I", "TscAI", "Van91I", "VspI", "XagI", "XapI", "XbaI", "XceI", "XhoI", "XmaJI", "XmiI"], 24155 )
24156 24157 24158 suppliers["B"] = _temp() 24159 24160
24161 -def _temp():
24162 return ( 24163 "Minotech Biotechnology", 24164 ["AluI", "ApaLI", "AsuII", "BamHI", "BclI", "BglI", "BglII", "BseAI", "BseBI", "BseCI", "BshFI", "BsiSI", "BssAI", "BstEII", "CspAI", "EcoRI", "EcoRV", "HindIII", "HinfI", "HpaI", "KpnI", "MboI", "MspCI", "NaeI", "NcoI", "NheI", "NotI", "NruI", "PspPI", "PstI", "PvuII", "RsaI", "SalI", "Sau3AI", "ScaI", "SfiI", "SgrBI", "SlaI", "SmaI", "SnaBI", "SphI", "SseBI", "SspI", "SstI", "StyI", "TaqI", "XbaI"], 24165 )
24166 24167 24168 suppliers["C"] = _temp() 24169 24170
24171 -def _temp():
24172 return ( 24173 "Agilent Technologies", 24174 ["DpnI"], 24175 )
24176 24177 24178 suppliers["E"] = _temp() 24179 24180
24181 -def _temp():
24182 return ( 24183 "SibEnzyme Ltd.", 24184 ["AatII", "AbsI", "Acc16I", "Acc36I", "Acc65I", "AccB1I", "AccB7I", "AccBSI", "AclI", "AclWI", "AcoI", "AcsI", "AcuI", "AfeI", "AgsI", "AhlI", "AjnI", "AluI", "AluBI", "Ama87I", "AoxI", "ApaI", "ArsI", "AsiGI", "AsiSI", "AspA2I", "AspLEI", "AspS9I", "AsuC2I", "AsuHPI", "AsuNHI", "BamHI", "BarI", "Bbv12I", "BglI", "BglII", "BisI", "BlsI", "Bme18I", "BmtI", "BmuI", "BpmI", "Bpu10I", "Bpu14I", "Bsa29I", "Bsc4I", "Bse1I", "Bse8I", "Bse21I", "Bse118I", "Bse3DI", "BsePI", "BseX3I", "BslFI", "Bso31I", "Bsp13I", "Bsp19I", "Bsp1720I", "BspACI", "BspFNI", "BssECI", "BssNAI", "BssT1I", "Bst6I", "BstACI", "BstAFI", "BstAPI", "BstAUI", "Bst2BI", "BstBAI", "Bst4CI", "BstC8I", "BstDEI", "BstDSI", "BstENI", "BstF5I", "BstFNI", "BstH2I", "BstHHI", "BstKTI", "BstMAI", "BstMBI", "BstMCI", "BstMWI", "BstNSI", "BstPAI", "BstSCI", "BstSFI", "BstSLI", "BstSNI", "Bst2UI", "BstV1I", "BstV2I", "BstXI", "BstX2I", "BsuI", "BsuRI", "BtrI", "CciI", "CciNI", "DraI", "DraIII", "DriI", "DseDI", "EcoICRI", "EcoRI", "EcoRV", "EgeI", "ErhI", "FaeI", "FaiI", "FalI", "FatI", "FauI", "FauNDI", "FblI", "FokI", "FriOI", "Fsp4HI", "GlaI", "GluI", "GsaI", "HaeIII", "HgaI", "HindII", "HindIII", "HinfI", "HpaI", "HpaII", "HpySE526I", "HspAI", "KpnI", "KroI", "Ksp22I", "Kzo9I", "LmnI", "MabI", "MalI", "MboII", "MfeI", "MhlI", "MluI", "Mly113I", "MnlI", "Mox20I", "MroNI", "MroXI", "MspI", "MspA1I", "MspR9I", "MteI", "NruI", "PalAI", "PceI", "PciI", "PciSI", "PcsI", "PctI", "PkrI", "Ple19I", "PpsI", "PsiI", "Psp6I", "Psp124BI", "PspCI", "PspEI", "PspLI", "PspN4I", "PspOMI", "PspPPI", "PspXI", "PsrI", "PstI", "PstNI", "PvuII", "RgaI", "RigI", "RsaI", "RsaNI", "Rsr2I", "SalI", "SbfI", "SetI", "SfaNI", "SfiI", "Sfr274I", "Sfr303I", "SmaI", "SmiI", "SmiMI", "SphI", "Sse9I", "SspI", "SspMI", "TaqI", "Tru9I", "TseFI", "Tth111I", "VneI", "VspI", "XbaI", "XmaI", "ZraI", "ZrmI", "Zsp2I"], 24185 )
24186 24187 24188 suppliers["I"] = _temp() 24189 24190
24191 -def _temp():
24192 return ( 24193 "Nippon Gene Co., Ltd.", 24194 ["AccI", "AccII", "AccIII", "AcyI", "AflII", "AgeI", "AluI", "Alw44I", "ApaI", "AseI", "AvaI", "AvaII", "AxyI", "BalI", "BamHI", "BclI", "BglI", "BglII", "BsmI", "Bsp1286I", "BssHII", "BstEII", "BstXI", "DraI", "EcoO109I", "EcoRI", "EcoRII", "EcoRV", "EcoT38I", "FokI", "FspI", "HaeII", "HaeIII", "HhaI", "HincII", "HindIII", "HinfI", "HpaI", "KpnI", "MboII", "MluI", "MspI", "NarI", "NciI", "NcoI", "NdeI", "NdeII", "NheI", "NotI", "NruI", "NsiI", "NspV", "PstI", "PvuII", "RsaI", "SacI", "SacII", "SalI", "Sau96I", "Sau3AI", "ScaI", "ScrFI", "SfiI", "SmaI", "SpeI", "SphI", "SspI", "StuI", "StyI", "SwaI", "TaqI", "XbaI", "XhoI"], 24195 )
24196 24197 24198 suppliers["J"] = _temp() 24199 24200
24201 -def _temp():
24202 return ( 24203 "Takara Bio Inc.", 24204 ["AatII", "AccI", "AccII", "AccIII", "AfaI", "AflII", "AluI", "Aor13HI", "Aor51HI", "ApaI", "ApaLI", "BalI", "BamHI", "BanII", "BciT130I", "BcnI", "BglI", "BglII", "BlnI", "BmeT110I", "BmgT120I", "Bpu1102I", "Bsp1286I", "Bsp1407I", "BspT104I", "BspT107I", "BssHII", "Bst1107I", "BstPI", "BstXI", "Cfr10I", "ClaI", "CpoI", "DdeI", "DpnI", "DraI", "EaeI", "Eco52I", "Eco81I", "EcoO65I", "EcoO109I", "EcoRI", "EcoRV", "EcoT14I", "EcoT22I", "FbaI", "FokI", "HaeII", "HaeIII", "HapII", "HhaI", "Hin1I", "HincII", "HindIII", "HinfI", "HpaI", "KpnI", "MboI", "MboII", "MflI", "MluI", "MspI", "MunI", "NaeI", "NcoI", "NdeI", "NheI", "NotI", "NruI", "PmaCI", "PshAI", "PshBI", "Psp1406I", "PstI", "PvuI", "PvuII", "SacI", "SacII", "SalI", "Sau3AI", "ScaI", "SfiI", "SmaI", "SmiI", "SnaBI", "SpeI", "SphI", "Sse8387I", "SspI", "StuI", "TaqI", "Tth111I", "Van91I", "VpaK11BI", "XbaI", "XhoI", "XspI"], 24205 )
24206 24207 24208 suppliers["K"] = _temp() 24209 24210
24211 -def _temp():
24212 return ( 24213 "Roche Applied Science", 24214 ["AatII", "AccI", "AflIII", "AluI", "ApaI", "Asp700I", "Asp718I", "BamHI", "BbrPI", "BclI", "BfrI", "BglII", "BlnI", "BsmI", "BssHII", "BstXI", "CfoI", "ClaI", "DdeI", "DpnI", "DraI", "DraIII", "Eco47III", "EcoRI", "EcoRV", "FokI", "HaeIII", "HindII", "HindIII", "HinfI", "HpaI", "KpnI", "KspI", "MaeI", "MaeII", "MaeIII", "MluI", "MluNI", "MroI", "MunI", "MvaI", "MvnI", "NarI", "NcoI", "NdeI", "NdeII", "NheI", "NotI", "NruI", "NsiI", "PstI", "PvuI", "PvuII", "RsaI", "SacI", "SalI", "Sau3AI", "ScaI", "SexAI", "SfiI", "SfuI", "SmaI", "SnaBI", "SpeI", "SphI", "StuI", "SwaI", "TaqI", "Tru9I", "XbaI", "XhoI"], 24215 )
24216 24217 24218 suppliers["M"] = _temp() 24219 24220
24221 -def _temp():
24222 return ( 24223 "New England Biolabs", 24224 ["AatII", "AbaSI", "AccI", "Acc65I", "AciI", "AclI", "AcuI", "AfeI", "AflII", "AflIII", "AgeI", "AhdI", "AleI", "AluI", "AlwI", "AlwNI", "ApaI", "ApaLI", "ApeKI", "ApoI", "AscI", "AseI", "AsiSI", "AvaI", "AvaII", "AvrII", "BaeI", "BaeGI", "BamHI", "BanI", "BanII", "BbsI", "BbvI", "BbvCI", "BccI", "BceAI", "BcgI", "BciVI", "BclI", "BcoDI", "BfaI", "BfuAI", "BglI", "BglII", "BlpI", "BmgBI", "BmrI", "BmtI", "BpmI", "Bpu10I", "BpuEI", "BsaI", "BsaAI", "BsaBI", "BsaHI", "BsaJI", "BsaWI", "BsaXI", "BseRI", "BseYI", "BsgI", "BsiEI", "BsiHKAI", "BsiWI", "BslI", "BsmI", "BsmAI", "BsmBI", "BsmFI", "BsoBI", "Bsp1286I", "BspCNI", "BspDI", "BspEI", "BspHI", "BspMI", "BspQI", "BsrI", "BsrBI", "BsrDI", "BsrFI", "BsrGI", "BssHII", "BssSI", "BstAPI", "BstBI", "BstEII", "BstNI", "BstUI", "BstXI", "BstYI", "BstZ17I", "Bsu36I", "BtgI", "BtgZI", "BtsI", "BtsIMutI", "BtsCI", "Cac8I", "ClaI", "CspCI", "CviAII", "CviKI_1", "CviQI", "DdeI", "DpnI", "DpnII", "DraI", "DraIII", "DrdI", "EaeI", "EagI", "EarI", "EciI", "EcoNI", "EcoO109I", "EcoRI", "EcoRV", "Eco53kI", "Esp3I", "FatI", "FauI", "Fnu4HI", "FokI", "FseI", "FspI", "FspEI", "HaeII", "HaeIII", "HgaI", "HhaI", "HinP1I", "HincII", "HindIII", "HinfI", "HpaI", "HpaII", "HphI", "Hpy99I", "Hpy166II", "Hpy188I", "Hpy188III", "HpyAV", "HpyCH4III", "HpyCH4IV", "HpyCH4V", "KasI", "KpnI", "LpnPI", "MboI", "MboII", "MfeI", "MluI", "MluCI", "MlyI", "MmeI", "MnlI", "MscI", "MseI", "MslI", "MspI", "MspA1I", "MspJI", "MwoI", "NaeI", "NarI", "NciI", "NcoI", "NdeI", "NgoMIV", "NheI", "NlaIII", "NlaIV", "NmeAIII", "NotI", "NruI", "NsiI", "NspI", "PacI", "PaeR7I", "PciI", "PflFI", "PflMI", "PleI", "PluTI", "PmeI", "PmlI", "PpuMI", "PshAI", "PsiI", "PspGI", "PspOMI", "PspXI", "PstI", "PvuI", "PvuII", "RsaI", "RsrII", "SacI", "SacII", "SalI", "SapI", "Sau96I", "Sau3AI", "SbfI", "ScaI", "ScrFI", "SexAI", "SfaNI", "SfcI", "SfiI", "SfoI", "SgrAI", "SmaI", "SmlI", "SnaBI", "SpeI", "SphI", "SrfI", "SspI", "StuI", "StyI", "StyD4I", "SwaI", "TaqI", "TfiI", "TseI", "Tsp45I", "TspMI", "TspRI", "Tth111I", "XbaI", "XcmI", "XhoI", "XmaI", "XmnI", "ZraI"], 24225 )
24226 24227 24228 suppliers["N"] = _temp() 24229 24230
24231 -def _temp():
24232 return ( 24233 "Toyobo Biochemicals", 24234 ["AluI", "BamHI", "BclI", "BglI", "BglII", "DdeI", "DpnI", "EcoRI", "EcoRV", "HaeIII", "HincII", "HindIII", "HinfI", "KpnI", "MluI", "MroI", "MscI", "NcoI", "NheI", "NotI", "PacI", "PstI", "PvuI", "PvuII", "SacI", "SacII", "SalI", "ScaI", "SfiI", "SmaI", "SpeI", "SphI", "XhoI"], 24235 )
24236 24237 24238 suppliers["O"] = _temp() 24239 24240
24241 -def _temp():
24242 return ( 24243 "Molecular Biology Resources - CHIMERx", 24244 ["AccI", "AcvI", "AluI", "ApaI", "AvaI", "BalI", "BamHI", "BglI", "BglII", "BsiHKCI", "BssHII", "BstXI", "ClaI", "CviJI", "DdeI", "DpnI", "DraI", "EcoRI", "EcoRV", "HaeIII", "HhaI", "HincII", "HindIII", "HinfI", "HpaI", "HpaII", "KpnI", "MboI", "MboII", "MluI", "MnlI", "MspI", "NarI", "NcoI", "NdeI", "NheI", "NotI", "NruI", "NsiI", "PinAI", "PstI", "PvuI", "PvuII", "RsaI", "RsrII", "SacI", "SacII", "SalI", "ScaI", "SfiI", "SmaI", "SpeI", "SphI", "SspI", "StuI", "TaqI", "TaqII", "TspDTI", "TspGWI", "Tth111I", "XbaI", "XhoI"], 24245 )
24246 24247 24248 suppliers["Q"] = _temp() 24249 24250
24251 -def _temp():
24252 return ( 24253 "Promega Corporation", 24254 ["AccI", "AccIII", "AgeI", "AluI", "ApaI", "AvaII", "BalI", "BamHI", "BanI", "BclI", "BglI", "BglII", "BssHII", "BstEII", "BstXI", "BstZI", "CfoI", "ClaI", "CspI", "DdeI", "DpnI", "DraI", "Eco47III", "EcoICRI", "EcoRI", "EcoRV", "HaeII", "HaeIII", "HhaI", "HincII", "HindIII", "HinfI", "HpaI", "HpaII", "Hsp92I", "Hsp92II", "KpnI", "MboI", "MboII", "MluI", "MspI", "MspA1I", "NarI", "NciI", "NcoI", "NdeI", "NheI", "NotI", "NruI", "NsiI", "PstI", "PvuI", "PvuII", "RsaI", "SacI", "SacII", "SalI", "Sau3AI", "ScaI", "SfiI", "SgfI", "SmaI", "SnaBI", "SpeI", "SphI", "SspI", "StuI", "TaqI", "Tru9I", "VspI", "XbaI", "XhoI", "XmaI", "XmnI"], 24255 )
24256 24257 24258 suppliers["R"] = _temp() 24259 24260
24261 -def _temp():
24262 return ( 24263 "Sigma Chemical Corporation", 24264 ["AflIII", "AluI", "ApaI", "Asp718I", "BamHI", "BclI", "BfrI", "BglII", "BlnI", "BsmI", "CfoI", "ClaI", "DdeI", "DpnI", "DraI", "EclXI", "Eco47III", "EcoRI", "EcoRV", "HaeIII", "HindII", "HindIII", "HpaI", "KpnI", "KspI", "MaeIII", "MluI", "MunI", "NcoI", "NdeI", "NheI", "NotI", "NruI", "NsiI", "PstI", "PvuI", "PvuII", "RsaI", "SacI", "SalI", "ScaI", "SfiI", "SfuI", "SmaI", "SpeI", "SphI", "StuI", "SwaI", "TaqI", "XbaI", "XhoI"], 24265 )
24266 24267 24268 suppliers["S"] = _temp() 24269 24270
24271 -def _temp():
24272 return ( 24273 "Vivantis Technologies", 24274 ["AatII", "Acc16I", "Acc65I", "AccB1I", "AccB7I", "AccBSI", "AclI", "AcsI", "AfiI", "AhlI", "AluI", "Ama87I", "ApaI", "AsiGI", "AspA2I", "AspLEI", "AspS9I", "AsuHPI", "AsuNHI", "BamHI", "Bbv12I", "BglI", "BglII", "BmcAI", "Bme18I", "BmeRI", "BmiI", "BmrFI", "BmtI", "Bpu10I", "Bpu14I", "BpuMI", "Bse1I", "Bse8I", "Bse21I", "Bse118I", "Bse3DI", "BsePI", "BseX3I", "BshVI", "BsnI", "Bso31I", "Bsp13I", "Bsp19I", "Bsp1720I", "BssMI", "BssNI", "BssNAI", "BssT1I", "Bst6I", "BstAUI", "BstBAI", "Bst4CI", "BstDEI", "BstDSI", "BstENI", "BstF5I", "BstFNI", "BstH2I", "BstHHI", "BstMAI", "BstMBI", "BstMCI", "BstNSI", "BstPAI", "BstSNI", "Bst2UI", "BstV2I", "BstXI", "BstX2I", "BtuMI", "CciNI", "DinI", "DraI", "DraIII", "DseDI", "EcoICRI", "EcoRI", "EcoRV", "FauNDI", "FblI", "FokI", "FriOI", "HindII", "HindIII", "HinfI", "HpaI", "HpaII", "HspAI", "KpnI", "Ksp22I", "MboII", "MhlI", "MluI", "MnlI", "MroNI", "MroXI", "MspI", "Msp20I", "MspA1I", "PceI", "PctI", "Psp124BI", "PspCI", "PspEI", "PspOMI", "PstI", "PvuII", "RsaI", "Rsr2I", "SalI", "SbfI", "SfaNI", "SfiI", "Sfr274I", "Sfr303I", "SmaI", "SmiI", "SmiMI", "SphI", "Sse9I", "SspI", "TaqI", "Tru9I", "Tth111I", "Vha464I", "VneI", "VspI", "XbaI", "XmaI", "ZraI", "Zsp2I"], 24275 )
24276 24277 24278 suppliers["V"] = _temp() 24279 24280
24281 -def _temp():
24282 return ( 24283 "EURx Ltd.", 24284 ["AccI", "AcvI", "AluI", "ApaI", "AvaI", "AvaII", "BalI", "BamHI", "BanII", "BglI", "BglII", "BsiHKCI", "BspANI", "BspMAI", "BspTNI", "BssHII", "BstXI", "BsuTUI", "ClaI", "CviJI", "DdeI", "DpnI", "DraI", "EcoRI", "EcoRV", "FokI", "HaeIII", "HhaI", "HincII", "HindIII", "HinfI", "HpaI", "HpaII", "KpnI", "MboI", "MboII", "MluI", "MmeI", "MnlI", "MspI", "NarI", "NcoI", "NdeI", "NheI", "NotI", "NruI", "NsiI", "PinAI", "PstI", "PvuI", "PvuII", "RsaI", "RsrII", "SacI", "SacII", "SalI", "Sau3AI", "ScaI", "SfiI", "SinI", "SmaI", "SpeI", "SphI", "SspI", "StuI", "TaqI", "TaqII", "TspDTI", "TspGWI", "Tth111I", "XbaI", "XhoI"], 24285 )
24286 24287 24288 suppliers["X"] = _temp() 24289 24290
24291 -def _temp():
24292 return ( 24293 "SinaClon BioScience Co.", 24294 ["AluI", "BamHI", "BsiSI", "BstXI", "EcoRI", "FokI", "HindIII", "HinfI", "KpnI", "MboI", "NcoI", "RsaI", "SlaI", "SmaI"], 24295 )
24296 24297 24298 suppliers["Y"] = _temp() 24299 24300 24301 typedict = {} 24302 24303
24304 -def _temp():
24305 return ( 24306 ("Palindromic", "TwoCuts", "Ov5", "Ambiguous", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24307 ["NmeDI"], 24308 )
24309 24310 24311 typedict["type130"] = _temp() 24312 24313
24314 -def _temp():
24315 return ( 24316 ("Palindromic", "TwoCuts", "Ov5", "Ambiguous", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24317 ["UcoMSI"], 24318 )
24319 24320 24321 typedict["type132"] = _temp() 24322 24323
24324 -def _temp():
24325 return ( 24326 ("Palindromic", "TwoCuts", "Ov3", "Ambiguous", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24327 ["RdeGBIII"], 24328 )
24329 24330 24331 typedict["type142"] = _temp() 24332 24333
24334 -def _temp():
24335 return ( 24336 ("Palindromic", "TwoCuts", "Ov3", "Ambiguous", "Meth_Undep", "Commercially_available", "AbstractCut", "RestrictionType"), 24337 ["BplI", "FalI"], 24338 )
24339 24340 24341 typedict["type143"] = _temp() 24342 24343
24344 -def _temp():
24345 return ( 24346 ("Palindromic", "TwoCuts", "Ov3", "Ambiguous", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24347 ["AlfI", "BdaI"], 24348 )
24349 24350 24351 typedict["type144"] = _temp() 24352 24353
24354 -def _temp():
24355 return ( 24356 ("NonPalindromic", "NoCut", "Unknown", "NotDefined", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24357 ["Aba6411II", "AbaB8342IV", "AbaCIII", "Acc65V", "AchA6III", "Aco12261II", "AcoY31II", "Adh6U21I", "AhyRBAHI", "AhyYL17I", "Aod1I", "Asp103I", "AspDUT2V", "AspJHL3II", "AspNIH4III", "AspSLV7III", "Asp114pII", "Asu14238IV", "AteTI", "Awo1030IV", "Bag18758I", "BanLI", "Bau1417V", "Bbr52II", "Bbr57III", "Bbr7017II", "Bbr7017III", "BbuB31I", "BbuB31II", "Bce3081I", "BfaSII", "Bga514I", "BkrAM31DI", "Ble402II", "BloAII", "BscGI", "Bsp460III", "Bsp3004IV", "BspNCI", "Bve1B23I", "Cal14237I", "CalB3II", "Cau10061II", "Cba13II", "Cba16038I", "Cbo67071IV", "Cch467III", "Cco14983V", "Cco14983VI", "CcrNAIII", "Cdi11397I", "Cdu23823II", "CfrMH13II", "CfrMH16VI", "Cfupf3II", "Cgl13032I", "Cgl13032II", "Cje265V", "Cje54107III", "CjeFIII", "CjeFV", "CjeNII", "CjeNV", "Cla11845III", "Cly7489II", "Cma23826I", "Csp2014I", "DrdII", "DvuIII", "Ecl234I", "Ecl35734I", "Eco4465II", "Eco43896II", "EcoE1140I", "EcoHSI", "EcoMVII", "EcoNIH6II", "Eli8509II", "EsaSSI", "Esp3007I", "Fco1691IV", "FspPK15I", "FtnUV", "GauT27I", "Gba708II", "HbaII", "HdeNY26I", "HdeZA17I", "Hpy99XIII", "Hpy99XIV", "Hpy99XIV_mut1", "Hpy99XXII", "Hpy300XI", "HpyAXIV", "HpyAXVI_mut1", "HpyAXVI_mut2", "HpyAXVIII", "HpyUM032XIII_mut1", "HpyUM032XIV", "HpyUM037X", "HspMHR1II", "Jma19592I", "Jma19592II", "Jsp2502II", "Kor51II", "Kpn156V", "Kpn327I", "KpnNH25III", "KpnNIH30III", "KpnNIH50I", "Lba2029III", "Lde4408II", "LlaG50I", "Lmo370I", "Lmo911II", "Lpl1004II", "Lra68I", "LsaDS4I", "Lsp48III", "Lsp6406VI", "Mba11I", "Mcr10I", "MkaDII", "Mlu211III", "MspI7II", "MspI7IV", "MspSC27II", "MtuHN878II", "Nal45188II", "Nbr128II", "NhaXI", "NpeUS61II", "ObaBS10I", "OgrI", "OspHL35III", "PacIII", "Pac19842II", "Pal408I", "Pba2294I", "PcaII", "Pcr308II", "Pdi8503III", "Pdu1735I", "PflPt14I", "PfrJS12IV", "PfrJS12V", "PfrJS15III", "Pin17FIII", "PinP23II", "PinP59III", "PliMI", "PpiP13II", "Pse18267I", "Psp0357II", "Pst145I", "Pst273I", "Pst14472I", "Rba2021I", "RdeGBI", "RflFIII", "Rmu369III", "RpaTI", "Rsp008IV", "Rsp008V", "Rsp531II", "RspPBTS2III", "Rtr1953I", "Saf8902III", "Sag901I", "Sba460II", "Sbo46I", "ScoDS2II", "Sen17963III", "SenA1673III", "SenSARA26III", "SenTFIV", "SmaUMH5I", "SmaUMH8I", "Sno506I", "SpnRII", "SpoDI", "Ssp714II", "Ssp6803IV", "Sth20745III", "SthSt3II", "SurP32aII", "TpyTP2I", "TspARh3I", "Van9116I", "VchE4II", "Vdi96II", "Vtu19109I", "Xca85IV"], 24358 )
24359 24360 24361 typedict["type146"] = _temp() 24362 24363
24364 -def _temp():
24365 return ( 24366 ("NonPalindromic", "NoCut", "Unknown", "NotDefined", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24367 ["AbaUMB2I", "AlwFI", "BmgI", "BspGI", "CjeP659IV", "CjuII", "FinI", "PenI", "Pfl1108I", "PsuGI", "RlaI", "TsuI", "UbaF9I", "UbaF11I", "UbaF12I", "UbaF13I", "UbaF14I", "UbaPI"], 24368 )
24369 24370 24371 typedict["type148"] = _temp() 24372 24373
24374 -def _temp():
24375 return ( 24376 ("Palindromic", "NoCut", "Unknown", "NotDefined", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24377 ["HpyUM032XIII", "MjaIV"], 24378 )
24379 24380 24381 typedict["type2"] = _temp() 24382 24383
24384 -def _temp():
24385 return ( 24386 ("NonPalindromic", "OneCut", "Blunt", "Defined", "Meth_Dep", "Commercially_available", "AbstractCut", "RestrictionType"), 24387 ["BsrBI", "MlyI"], 24388 )
24389 24390 24391 typedict["type209"] = _temp() 24392 24393
24394 -def _temp():
24395 return ( 24396 ("NonPalindromic", "OneCut", "Blunt", "Defined", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24397 ["NgoAVII"], 24398 )
24399 24400 24401 typedict["type210"] = _temp() 24402 24403
24404 -def _temp():
24405 return ( 24406 ("NonPalindromic", "OneCut", "Blunt", "Defined", "Meth_Undep", "Commercially_available", "AbstractCut", "RestrictionType"), 24407 ["AccBSI", "AjiI", "BmgBI", "BtrI", "MbiI", "SchI"], 24408 )
24409 24410 24411 typedict["type211"] = _temp() 24412 24413
24414 -def _temp():
24415 return ( 24416 ("NonPalindromic", "OneCut", "Blunt", "Defined", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24417 ["CdiI", "SspD5I"], 24418 )
24419 24420 24421 typedict["type212"] = _temp() 24422 24423
24424 -def _temp():
24425 return ( 24426 ("NonPalindromic", "OneCut", "Ov5", "Defined", "Meth_Dep", "Commercially_available", "AbstractCut", "RestrictionType"), 24427 ["AciI", "BbvCI", "BspACI", "BssSI"], 24428 )
24429 24430 24431 typedict["type221"] = _temp() 24432 24433
24434 -def _temp():
24435 return ( 24436 ("NonPalindromic", "OneCut", "Ov5", "Defined", "Meth_Undep", "Commercially_available", "AbstractCut", "RestrictionType"), 24437 ["BauI", "BseYI", "Bst2BI", "PspFI", "SsiI"], 24438 )
24439 24440 24441 typedict["type223"] = _temp() 24442 24443
24444 -def _temp():
24445 return ( 24446 ("NonPalindromic", "OneCut", "Ov5", "Defined", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24447 ["BsiI", "GdiII", "SimI"], 24448 )
24449 24450 24451 typedict["type224"] = _temp() 24452 24453
24454 -def _temp():
24455 return ( 24456 ("NonPalindromic", "OneCut", "Ov5", "Ambiguous", "Meth_Dep", "Commercially_available", "AbstractCut", "RestrictionType"), 24457 ["AlwI", "Alw26I", "BbvI", "BccI", "BceAI", "BcoDI", "BfuAI", "Bpu10I", "BsaI", "BsmAI", "BsmBI", "BsmFI", "BspMI", "BtgZI", "EarI", "Eco31I", "Esp3I", "FokI", "HgaI", "Lsp1109I", "PleI", "SapI"], 24458 )
24459 24460 24461 typedict["type225"] = _temp() 24462 24463
24464 -def _temp():
24465 return ( 24466 ("NonPalindromic", "OneCut", "Ov5", "Ambiguous", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24467 ["BscAI", "StsI"], 24468 )
24469 24470 24471 typedict["type226"] = _temp() 24472 24473
24474 -def _temp():
24475 return ( 24476 ("NonPalindromic", "OneCut", "Ov5", "Ambiguous", "Meth_Undep", "Commercially_available", "AbstractCut", "RestrictionType"), 24477 ["AarI", "Acc36I", "AclWI", "BbsI", "BmsI", "BpiI", "BseXI", "BslFI", "Bso31I", "BspPI", "BspQI", "BspTNI", "Bst6I", "BstMAI", "BstV1I", "BstV2I", "BveI", "CseI", "Eam1104I", "FaqI", "FauI", "FspEI", "LguI", "LpnPI", "LweI", "MspJI", "PciSI", "PpsI", "SfaNI"], 24478 )
24479 24480 24481 typedict["type227"] = _temp() 24482 24483
24484 -def _temp():
24485 return ( 24486 ("NonPalindromic", "OneCut", "Ov5", "Ambiguous", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24487 ["AceIII", "AspBHI", "BbvII", "BcefI", "BinI", "BspD6I", "EcoBLMcrX", "Ksp632I", "SgrTI", "Sth132I"], 24488 )
24489 24490 24491 typedict["type228"] = _temp() 24492 24493
24494 -def _temp():
24495 return ( 24496 ("NonPalindromic", "OneCut", "Ov3", "Defined", "Meth_Undep", "Commercially_available", "AbstractCut", "RestrictionType"), 24497 ["GsaI"], 24498 )
24499 24500 24501 typedict["type235"] = _temp() 24502 24503
24504 -def _temp():
24505 return ( 24506 ("NonPalindromic", "OneCut", "Ov3", "Ambiguous", "Meth_Dep", "Commercially_available", "AbstractCut", "RestrictionType"), 24507 ["AcuI", "BmrI", "BpmI", "BpuEI", "BseMII", "BseRI", "BsgI", "BspCNI", "BsrI", "BstF5I", "Eco57I", "HphI", "HpyAV", "MboII", "MmeI", "MnlI", "NmeAIII", "TaqII", "TspGWI"], 24508 )
24509 24510 24511 typedict["type237"] = _temp() 24512 24513
24514 -def _temp():
24515 return ( 24516 ("NonPalindromic", "OneCut", "Ov3", "Ambiguous", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24517 ["AmaCSI", "ApyPI", "AquII", "AquIII", "AquIV", "BfiI", "BsbI", "CchII", "CchIII", "CdpI", "CjeNIII", "CstMI", "DraRI", "DrdIV", "MaqI", "NlaCI", "NmeA6CIII", "PlaDI", "PspOMII", "PspPRI", "RceI", "RdeGBII", "RlaII", "RpaI", "RpaBI", "RpaB5I", "SdeAI", "SstE37I", "TaqIII", "TsoI", "Tth111II", "WviI"], 24518 )
24519 24520 24521 typedict["type238"] = _temp() 24522 24523
24524 -def _temp():
24525 return ( 24526 ("NonPalindromic", "OneCut", "Ov3", "Ambiguous", "Meth_Undep", "Commercially_available", "AbstractCut", "RestrictionType"), 24527 ["AbaSI", "AsuHPI", "BciVI", "BfuI", "BmuI", "Bse1I", "Bse3DI", "BseGI", "BseMI", "BseNI", "BsmI", "BsrDI", "BsuI", "BtsI", "BtsIMutI", "BtsCI", "EciI", "GsuI", "LmnI", "Mva1269I", "PctI", "TspDTI"], 24528 )
24529 24530 24531 typedict["type239"] = _temp() 24532 24533
24534 -def _temp():
24535 return ( 24536 ("NonPalindromic", "OneCut", "Ov3", "Ambiguous", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24537 ["Bce83I", "BmeDI", "Eco57MI", "Hin4II", "RleAI", "YkrI"], 24538 )
24539 24540 24541 typedict["type240"] = _temp() 24542 24543
24544 -def _temp():
24545 return ( 24546 ("NonPalindromic", "TwoCuts", "Ov5", "Ambiguous", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24547 ["BceSIV"], 24548 )
24549 24550 24551 typedict["type274"] = _temp() 24552 24553
24554 -def _temp():
24555 return ( 24556 ("NonPalindromic", "TwoCuts", "Ov3", "Ambiguous", "Meth_Dep", "Commercially_available", "AbstractCut", "RestrictionType"), 24557 ["AloI", "BcgI", "CspCI"], 24558 )
24559 24560 24561 typedict["type285"] = _temp() 24562 24563
24564 -def _temp():
24565 return ( 24566 ("NonPalindromic", "TwoCuts", "Ov3", "Ambiguous", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24567 ["CjeI", "NgoAVIII", "PpiI", "SdeOSI", "TstI"], 24568 )
24569 24570 24571 typedict["type286"] = _temp() 24572 24573
24574 -def _temp():
24575 return ( 24576 ("NonPalindromic", "TwoCuts", "Ov3", "Ambiguous", "Meth_Undep", "Commercially_available", "AbstractCut", "RestrictionType"), 24577 ["AjuI", "ArsI", "BaeI", "BarI", "BsaXI", "PsrI"], 24578 )
24579 24580 24581 typedict["type287"] = _temp() 24582 24583
24584 -def _temp():
24585 return ( 24586 ("NonPalindromic", "TwoCuts", "Ov3", "Ambiguous", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24587 ["Bsp24I", "CjePI", "Hin4I"], 24588 )
24589 24590 24591 typedict["type288"] = _temp() 24592 24593
24594 -def _temp():
24595 return ( 24596 ("Palindromic", "NoCut", "Unknown", "NotDefined", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24597 ["AvaIII", "CjuI", "Dde51507I", "HgiEII", "NhoI", "SnaI", "TssI"], 24598 )
24599 24600 24601 typedict["type4"] = _temp() 24602 24603
24604 -def _temp():
24605 return ( 24606 ("Palindromic", "OneCut", "Blunt", "Defined", "Meth_Dep", "Commercially_available", "AbstractCut", "RestrictionType"), 24607 ["AleI", "AluI", "AluBI", "BalI", "BsaAI", "BstC8I", "BstUI", "BsuRI", "Cac8I", "CviJI", "DraI", "EcoRV", "FspI", "HaeIII", "HincII", "HindII", "HpaI", "Hpy8I", "MspA1I", "NaeI", "NlaIV", "NruI", "PmlI", "PshAI", "PsiI", "PvuII", "RsaI", "ScaI", "SfoI", "SmaI", "SnaBI", "SspI", "SwaI", "XmnI"], 24608 )
24609 24610 24611 typedict["type65"] = _temp() 24612 24613
24614 -def _temp():
24615 return ( 24616 ("Palindromic", "OneCut", "Blunt", "Defined", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24617 ["CviRI", "EsaBC3I", "FnuDII"], 24618 )
24619 24620 24621 typedict["type66"] = _temp() 24622 24623
24624 -def _temp():
24625 return ( 24626 ("Palindromic", "OneCut", "Blunt", "Defined", "Meth_Undep", "Commercially_available", "AbstractCut", "RestrictionType"), 24627 ["AanI", "AccII", "Acc16I", "AcvI", "AfaI", "AfeI", "Aor51HI", "Asp700I", "BbrPI", "BmcAI", "BmiI", "BoxI", "BsaBI", "Bse8I", "BseJI", "Bsh1236I", "BshFI", "BsnI", "Bsp68I", "BspANI", "BspFNI", "BspLI", "BssNAI", "Bst1107I", "BstBAI", "BstFNI", "BstPAI", "BstSNI", "BstZ17I", "BtuMI", "CviKI_1", "DinI", "DpnI", "Ecl136II", "Eco32I", "Eco47III", "Eco72I", "Eco105I", "Eco147I", "EcoICRI", "Eco53kI", "EgeI", "EheI", "FaiI", "FspAI", "GlaI", "Hpy166II", "HpyCH4V", "KspAI", "MalI", "MlsI", "MluNI", "Mox20I", "MroXI", "MscI", "MslI", "Msp20I", "MssI", "MvnI", "NsbI", "OliI", "PceI", "PdiI", "PdmI", "PmaCI", "PmeI", "Ppu21I", "PspCI", "PspN4I", "RruI", "RseI", "SmiI", "SmiMI", "SrfI", "SseBI", "StuI", "ZraI", "ZrmI"], 24628 )
24629 24630 24631 typedict["type67"] = _temp() 24632 24633
24634 -def _temp():
24635 return ( 24636 ("Palindromic", "OneCut", "Blunt", "Defined", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24637 ["AhaIII", "HaeI", "LpnI", "MstI", "NspBII", "Pfl8569I", "SciI", "Sth302II"], 24638 )
24639 24640 24641 typedict["type68"] = _temp() 24642 24643
24644 -def _temp():
24645 return ( 24646 ("Palindromic", "OneCut", "Ov5", "Defined", "Meth_Dep", "Commercially_available", "AbstractCut", "RestrictionType"), 24647 ["AccIII", "Acc65I", "AclI", "AflII", "AgeI", "ApaLI", "ApoI", "AscI", "AseI", "BamHI", "BclI", "BglII", "BsaHI", "BsaWI", "BseCI", "BsiWI", "BspHI", "BsrFI", "BssHII", "BstYI", "Bsu15I", "Cfr9I", "Cfr10I", "ClaI", "CviAII", "CviQI", "DpnII", "EaeI", "EagI", "EcoRI", "FatI", "HapII", "HinP1I", "HindIII", "HpaII", "HpyCH4IV", "HspAI", "KasI", "Kpn2I", "MboI", "MfeI", "MluI", "MseI", "MspI", "MunI", "NcoI", "NdeI", "NgoMIV", "NheI", "NotI", "PaeR7I", "SalI", "Sau3AI", "SgrAI", "Sse9I", "TaqI", "TspMI", "VspI", "XbaI", "XhoI", "XmaI"], 24648 )
24649 24650 24651 typedict["type77"] = _temp() 24652 24653
24654 -def _temp():
24655 return ( 24656 ("Palindromic", "OneCut", "Ov5", "Defined", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24657 ["CfrI", "XhoII", "XmaIII"], 24658 )
24659 24660 24661 typedict["type78"] = _temp() 24662 24663
24664 -def _temp():
24665 return ( 24666 ("Palindromic", "OneCut", "Ov5", "Defined", "Meth_Undep", "Commercially_available", "AbstractCut", "RestrictionType"), 24667 ["AbsI", "AcoI", "AcsI", "AcyI", "AhlI", "Alw44I", "Aor13HI", "AoxI", "AsiGI", "Asp718I", "AspA2I", "AsuII", "AsuNHI", "AvrII", "BcuI", "BfaI", "BfrI", "BlnI", "Bpu14I", "Bsa29I", "Bse118I", "BseAI", "BsePI", "BseX3I", "BshTI", "BshVI", "BsiSI", "Bsp13I", "Bsp19I", "Bsp119I", "Bsp120I", "Bsp143I", "Bsp1407I", "BspDI", "BspEI", "BspTI", "BspT104I", "BsrGI", "BssAI", "BssMI", "BssNI", "BstACI", "BstAFI", "BstAUI", "BstBI", "BstMBI", "BstX2I", "BstZI", "BsuTUI", "CciI", "CciNI", "Csp6I", "CspAI", "EclXI", "Eco52I", "FauNDI", "FbaI", "FspBI", "Hin1I", "Hin6I", "HpySE526I", "Hsp92I", "KroI", "Ksp22I", "Kzo9I", "MaeI", "MaeII", "MauBI", "MflI", "MluCI", "Mly113I", "MreI", "MroI", "MroNI", "MspCI", "NarI", "NdeII", "NspV", "PagI", "PalAI", "PauI", "PciI", "Pfl23II", "PinAI", "PscI", "PshBI", "Psp1406I", "PspLI", "PspOMI", "PspXI", "PsuI", "PteI", "RsaNI", "SaqAI", "Sfr274I", "SfuI", "SgrDI", "SgsI", "SlaI", "SpeI", "SspDI", "SspMI", "TasI", "TatI", "Tru1I", "Tru9I", "Vha464I", "VneI", "XapI", "XmaJI", "XspI"], 24668 )
24669 24670 24671 typedict["type79"] = _temp() 24672 24673
24674 -def _temp():
24675 return ( 24676 ("Palindromic", "OneCut", "Ov5", "Defined", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24677 ["Asi256I", "BetI", "BspLU11I", "BspMII", "Ppu10I", "SelI", "SplI", "Sse232I", "TspEI"], 24678 )
24679 24680 24681 typedict["type80"] = _temp() 24682 24683
24684 -def _temp():
24685 return ( 24686 ("Palindromic", "OneCut", "Ov5", "Ambiguous", "Meth_Dep", "Commercially_available", "AbstractCut", "RestrictionType"), 24687 ["AccI", "AflIII", "AjnI", "ApeKI", "AspS9I", "AvaI", "AvaII", "BanI", "BcnI", "BlpI", "BsaJI", "BsoBI", "BssECI", "BstNI", "Bsu36I", "Cfr13I", "DdeI", "EcoNI", "EcoO109I", "EcoRII", "Fnu4HI", "Fsp4HI", "HinfI", "MvaI", "NciI", "PpuMI", "PspGI", "PspPI", "RsrII", "Sau96I", "ScrFI", "SexAI", "SinI", "SmlI", "StyI", "StyD4I", "TfiI", "TseI", "Tsp45I", "Tth111I"], 24688 )
24689 24690 24691 typedict["type81"] = _temp() 24692 24693
24694 -def _temp():
24695 return ( 24696 ("Palindromic", "OneCut", "Ov5", "Ambiguous", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24697 ["EcoHI", "HgiCI"], 24698 )
24699 24700 24701 typedict["type82"] = _temp() 24702 24703
24704 -def _temp():
24705 return ( 24706 ("Palindromic", "OneCut", "Ov5", "Ambiguous", "Meth_Undep", "Commercially_available", "AbstractCut", "RestrictionType"), 24707 ["AccB1I", "Ama87I", "AsuC2I", "AxyI", "BciT130I", "BfmI", "BisI", "Bme18I", "Bme1390I", "BmeT110I", "BmgT120I", "BmrFI", "Bpu1102I", "BpuMI", "Bse21I", "BseBI", "BseDI", "BshNI", "BsiHKCI", "Bsp1720I", "BspT107I", "BssT1I", "BstDEI", "BstDSI", "BstEII", "BstENI", "BstPI", "BstSCI", "BstSFI", "Bst2UI", "BtgI", "CpoI", "CsiI", "CspI", "Eco47I", "Eco81I", "Eco88I", "Eco91I", "Eco130I", "EcoO65I", "EcoT14I", "ErhI", "FblI", "GluI", "Hpy188III", "HpyF3I", "KflI", "MabI", "MaeIII", "MspR9I", "MteI", "NmuCI", "PasI", "PfeI", "PflFI", "PfoI", "Psp5II", "Psp6I", "PspEI", "PspPPI", "PsyI", "Rsr2I", "SatI", "SfcI", "SgeI", "SmoI", "TseFI", "VpaK11BI", "XagI", "XmiI"], 24708 )
24709 24710 24711 typedict["type83"] = _temp() 24712 24713
24714 -def _temp():
24715 return ( 24716 ("Palindromic", "OneCut", "Ov5", "Ambiguous", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24717 ["AsuI", "CauII", "DraII", "DsaI", "EspI", "Hpy178III", "SanDI", "SauI", "SecI", "SfeI", "Sse8647I", "UnbI", "VpaK11AI"], 24718 )
24719 24720 24721 typedict["type84"] = _temp() 24722 24723
24724 -def _temp():
24725 return ( 24726 ("Palindromic", "OneCut", "Ov3", "Defined", "Meth_Dep", "Commercially_available", "AbstractCut", "RestrictionType"), 24727 ["AatII", "ApaI", "AsiSI", "Cfr42I", "FseI", "HaeII", "HhaI", "KpnI", "NlaIII", "NspI", "PluTI", "PstI", "SacI", "SacII"], 24728 )
24729 24730 24731 typedict["type89"] = _temp() 24732 24733
24734 -def _temp():
24735 return ( 24736 ("Palindromic", "OneCut", "Ov3", "Defined", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24737 ["McaTI", "PabI"], 24738 )
24739 24740 24741 typedict["type90"] = _temp() 24742 24743
24744 -def _temp():
24745 return ( 24746 ("Palindromic", "OneCut", "Ov3", "Defined", "Meth_Undep", "Commercially_available", "AbstractCut", "RestrictionType"), 24747 ["AspLEI", "BfoI", "BmtI", "BspMAI", "BspOI", "BstH2I", "BstHHI", "BstKTI", "BstNSI", "CfoI", "EcoT22I", "FaeI", "Hin1II", "Hsp92II", "KspI", "Mph1103I", "NsiI", "PacI", "PaeI", "Ple19I", "Psp124BI", "PvuI", "RgaI", "RigI", "SbfI", "SdaI", "SfaAI", "Sfr303I", "SgfI", "SgrBI", "SphI", "Sse8387I", "SstI", "TaiI", "XceI", "Zsp2I"], 24748 )
24749 24750 24751 typedict["type91"] = _temp() 24752 24753
24754 -def _temp():
24755 return ( 24756 ("Palindromic", "OneCut", "Ov3", "Defined", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24757 ["ChaI", "MspGI"], 24758 )
24759 24760 24761 typedict["type92"] = _temp() 24762 24763
24764 -def _temp():
24765 return ( 24766 ("Palindromic", "OneCut", "Ov3", "Ambiguous", "Meth_Dep", "Commercially_available", "AbstractCut", "RestrictionType"), 24767 ["AgsI", "AhdI", "BaeGI", "BanII", "BglI", "Bsc4I", "BslI", "Bsp1286I", "BstAPI", "BstXI", "DraIII", "EcoT38I", "Hpy99I", "Hpy188I", "MwoI", "SfiI", "TspRI", "XcmI"], 24768 )
24769 24770 24771 typedict["type93"] = _temp() 24772 24773
24774 -def _temp():
24775 return ( 24776 ("Palindromic", "OneCut", "Ov3", "Ambiguous", "Meth_Dep", "Not_available", "AbstractCut", "RestrictionType"), 24777 ["BthCI", "HauII"], 24778 )
24779 24780 24781 typedict["type94"] = _temp() 24782 24783
24784 -def _temp():
24785 return ( 24786 ("Palindromic", "OneCut", "Ov3", "Ambiguous", "Meth_Undep", "Commercially_available", "AbstractCut", "RestrictionType"), 24787 ["AasI", "AccB7I", "AdeI", "AfiI", "Alw21I", "AlwNI", "Bbv12I", "BlsI", "BmeRI", "BseLI", "BseSI", "Bsh1285I", "BsiEI", "BsiHKAI", "Bst4CI", "BstMCI", "BstMWI", "BstSLI", "CaiI", "DrdI", "DriI", "DseDI", "Eam1105I", "Eco24I", "FriOI", "HpyCH4III", "HpyF10VI", "MhlI", "PcsI", "PflMI", "PkrI", "PstNI", "SduI", "SetI", "TaaI", "TauI", "TscAI", "Van91I"], 24788 )
24789 24790 24791 typedict["type95"] = _temp() 24792 24793
24794 -def _temp():
24795 return ( 24796 ("Palindromic", "OneCut", "Ov3", "Ambiguous", "Meth_Undep", "Not_available", "AbstractCut", "RestrictionType"), 24797 ["ApaBI", "BsiYI", "FmuI", "HgiAI", "HgiJII", "McrI", "Nli3877I", "Psp03I", "PssI", "Tsp4CI"], 24798 )
24799 24800 24801 typedict["type96"] = _temp() 24802 24803 24804 del _temp 24805